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 0237ea5 commit 5e14264Copy full SHA for 5e14264
.travis.yml
@@ -11,5 +11,5 @@ env:
11
before_script:
12
- mysql -e 'create database mppg;'
13
- mysql -e "create user 'mp'@'localhost' identified by 'mp';"
14
- - mysql -e "grant all privileges on * . * to 'mp'@'localhost';"
15
- - mysql -e "flush privileges;"
+ - mysql -e "grant all privileges on * . * to 'mp'@'localhost';" -u root
+ - mysql -e "flush privileges;" -u root
0 commit comments