You are here

mysql.sh in Drupal driver for SQL Server and SQL Azure 4.0.x

# Ensure mysql is in the services portion of .travis.yml
mysql -e "CREATE DATABASE mydrupalsite"
export DBURL="mysql://travis@localhost/mydrupalsite"

File

dev/travis/mysql.sh
View source
  1. # Ensure mysql is in the services portion of .travis.yml
  2. mysql -e "CREATE DATABASE mydrupalsite"
  3. export DBURL="mysql://travis@localhost/mydrupalsite"