We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aacd1d commit fe44419Copy full SHA for fe44419
toolset/setup/linux/databases/mysql/create.sql
@@ -1,6 +1,6 @@
1
# To maintain consistency across servers and fix a problem with the jdbc per
2
# 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';
+SET GLOBAL time_zone = '+00:00';
4
5
# modified from SO answer http://stackoverflow.com/questions/5125096/for-loop-in-mysql
6
DROP DATABASE IF EXISTS hello_world;
0 commit comments