Revisions
-
kevinmichaelchen revised this gist
Jun 15, 2018 . 1 changed file with 10 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,4 +4,13 @@ Add the following below `[mysqld]` default-time-zone='+00:00' Restart mysql with `brew services restart mysql` ``` mysql> SELECT @@system_time_zone, @@global.time_zone, @@session.time_zone; +--------------------+--------------------+---------------------+ | @@system_time_zone | @@global.time_zone | @@session.time_zone | +--------------------+--------------------+---------------------+ | EDT | +00:00 | +00:00 | +--------------------+--------------------+---------------------+ ``` -
dotspencer revised this gist
Dec 1, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ Edit `/usr/local/etc/my.cnf` Add the following below `[mysqld]` -
dotspencer revised this gist
Dec 1, 2017 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,4 +2,6 @@ Edit /usr/local/etc/my.cnf Add the following below `[mysqld]` default-time-zone='+00:00' Restart mysql with `brew services restart mysql` -
dotspencer created this gist
Dec 1, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ Edit /usr/local/etc/my.cnf Add the following below `[mysqld]` default-time-zone='+00:00'