Update the mysql deploy script

This commit is contained in:
Michael Mintz 2018-04-11 01:15:42 -04:00
parent 550a540901
commit d2c73cfe34
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ before_script:
# - "export DISPLAY=:99.0 && sh -e /etc/init.d/xvfb start"
- "sudo mysql -e 'CREATE DATABASE IF NOT EXISTS test_db;'"
- "sudo mysql -h 127.0.0.1 -u root test_db < seleniumbase/core/testcaserepository.sql"
- "sudo mysql -e SET PASSWORD FOR 'root'@'localhost' = 'test';"
- "sudo mysql -e 'SET PASSWORD FOR root@localhost = test;'"
- "sudo mysql -e 'FLUSH PRIVILEGES;'"
# - "sudo mysql_upgrade"
# - "sudo service mysql restart"