Last active
August 16, 2023 20:10
-
-
Save rafaeltedesco/325a167723c28889bad3070168445471 to your computer and use it in GitHub Desktop.
Fix MySQL timezone
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 characters
| SELECT * FROM mysql.time_zone_name; | |
| SET GLOBAL time_zone = 'America/Sao_Paulo'; | |
| SELECT @@global.time_zone; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment