We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c50a0ec commit 17a0567Copy full SHA for 17a0567
.travis.yml
@@ -10,6 +10,6 @@ env:
10
- DB_USER=mp DB_PASS='mp'
11
before_script:
12
- mysql -e 'create database mppg;'
13
- - mysql -e "create user 'mp'@'localhost' with identified with 'mp';"
+ - mysql -e "create user 'mp'@'localhost' identified with 'mp';"
14
- mysql -e "grant all privileges on * . * to 'mp'@'localhost';"
15
- mysql -e "flush privileges;"
0 commit comments