PAN-6 Fixed the user creation for .travis.yml

This commit is contained in:
2019-02-10 13:57:25 -07:00
parent aed4996c1b
commit ff19bf8c1c
+1
View File
@@ -17,6 +17,7 @@ before_install:
- cd pandamonium-theorem-prover - cd pandamonium-theorem-prover
before_script: before_script:
- mysql_upgrade --force -uroot -p
- mysql -u root -e 'CREATE DATABASE IF NOT EXISTS pandamonium;' - mysql -u root -e 'CREATE DATABASE IF NOT EXISTS pandamonium;'
- mysql -u root -e "CREATE USER 'panda'@'localhost';" - mysql -u root -e "CREATE USER 'panda'@'localhost';"
- mysql -u root -e "GRANT ALL PRIVILEGES ON *.* to 'panda'@'localhost';" - mysql -u root -e "GRANT ALL PRIVILEGES ON *.* to 'panda'@'localhost';"