forcinf UTC timezone

This commit is contained in:
Shlomi Noach 2018-10-16 10:30:19 +03:00
parent b8e02df0fe
commit 9512a2de40

View File

@ -1,3 +1,5 @@
set session time_zone='+00:00';
drop table if exists gh_ost_test;
create table gh_ost_test (
id int auto_increment,