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 f6495b7 commit a839eeaCopy full SHA for a839eea
.travis.yml
@@ -44,6 +44,8 @@ before_script:
44
- "mysql --version"
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
49
50
env:
51
global:
0 commit comments