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 b15239a commit cdae925Copy full SHA for cdae925
toolset/setup/linux/databases/mysql/create.sql
@@ -1,3 +1,7 @@
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';
4
+
5
# modified from SO answer http://stackoverflow.com/questions/5125096/for-loop-in-mysql
6
DROP DATABASE IF EXISTS hello_world;
7
CREATE DATABASE hello_world;
0 commit comments