Skip to content

Commit fe44419

Browse files
authored
mysql fix (#2726)
1 parent 1aacd1d commit fe44419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolset/setup/linux/databases/mysql/create.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# To maintain consistency across servers and fix a problem with the jdbc per
22
# http://stackoverflow.com/questions/37719818/the-server-time-zone-value-aest-is-unrecognized-or-represents-more-than-one-ti
3-
SET GLOBAL time_zone = '00:00';
3+
SET GLOBAL time_zone = '+00:00';
44

55
# modified from SO answer http://stackoverflow.com/questions/5125096/for-loop-in-mysql
66
DROP DATABASE IF EXISTS hello_world;

0 commit comments

Comments
 (0)