Skip to content

Commit 02d1770

Browse files
committed
mysql timezone missing fix
1 parent 8101306 commit 02d1770

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ before_script:
4444
- "mysql --version"
4545
- "mysql -u root -e 'SELECT VERSION();'"
4646
- "mysql -u root -e \"GRANT ALL PRIVILEGES ON *.* TO ''@'localhost';\""
47+
- "mysql_tzinfo_to_sql /usr/share/zoneinfo/ | mysql -u root mysql"
4748

4849
- echo "USE mysql;\nUPDATE user SET password=PASSWORD('root') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
4950

0 commit comments

Comments
 (0)