Nate 8 năm trước cách đây
mục cha
commit
fe44419630
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      toolset/setup/linux/databases/mysql/create.sql

+ 1 - 1
toolset/setup/linux/databases/mysql/create.sql

@@ -1,6 +1,6 @@
 # To maintain consistency across servers and fix a problem with the jdbc per
 # http://stackoverflow.com/questions/37719818/the-server-time-zone-value-aest-is-unrecognized-or-represents-more-than-one-ti
-SET GLOBAL time_zone = '00:00';
+SET GLOBAL time_zone = '+00:00';
 
 # modified from SO answer http://stackoverflow.com/questions/5125096/for-loop-in-mysql
 DROP DATABASE IF EXISTS hello_world;