PAN-6 Fixed the user creation for .travis.yml
This commit is contained in:
@@ -17,6 +17,7 @@ before_install:
|
||||
- cd pandamonium-theorem-prover
|
||||
|
||||
before_script:
|
||||
- mysql_upgrade --force -uroot -p
|
||||
- mysql -u root -e 'CREATE DATABASE IF NOT EXISTS pandamonium;'
|
||||
- mysql -u root -e "CREATE USER 'panda'@'localhost';"
|
||||
- mysql -u root -e "GRANT ALL PRIVILEGES ON *.* to 'panda'@'localhost';"
|
||||
|
||||
Reference in New Issue
Block a user