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 a839eea commit 4fd7554Copy full SHA for 4fd7554
.travis.yml
@@ -45,7 +45,7 @@ before_script:
45
- "mysql -u root -e 'SELECT VERSION();'"
46
- "mysql -u root -e \"GRANT ALL PRIVILEGES ON *.* TO ''@'localhost';\""
47
48
- - echo "USE mysql;\nUPDATE user SET password=PASSWORD('password') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
+ - echo "USE mysql;\nUPDATE user SET password=PASSWORD('root') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
49
50
env:
51
global:
0 commit comments