PAN-6 Created default panda user for mysql DB in .travis.yml

This commit is contained in:
2019-02-10 13:28:32 -07:00
parent 55a2a961f6
commit a2bfb801cd
+2
View File
@@ -18,6 +18,8 @@ before_install:
before_script: before_script:
- 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 'GRANT ALL PRIVILEGES ON *.* to 'panda'@'localhost';
- mysql -u root pandamonium < persistence/scripts/mysql/local_development.sql - mysql -u root pandamonium < persistence/scripts/mysql/local_development.sql
stages: stages: