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 8101306 commit 02d1770Copy full SHA for 02d1770
.travis.yml
@@ -44,6 +44,7 @@ before_script:
44
- "mysql --version"
45
- "mysql -u root -e 'SELECT VERSION();'"
46
- "mysql -u root -e \"GRANT ALL PRIVILEGES ON *.* TO ''@'localhost';\""
47
+ - "mysql_tzinfo_to_sql /usr/share/zoneinfo/ | mysql -u root mysql"
48
49
- echo "USE mysql;\nUPDATE user SET password=PASSWORD('root') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
50
0 commit comments