Skip to content

Instantly share code, notes, and snippets.

@gaishimo
Created August 3, 2013 01:37
Show Gist options
  • Select an option

  • Save gaishimo/6144710 to your computer and use it in GitHub Desktop.

Select an option

Save gaishimo/6144710 to your computer and use it in GitHub Desktop.
My SQLのタイムゾーン設定
SHOW VARIABLES like '%time_zone%';
SET GLOBAL time_zone = '+9:00';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment