How do you set database timezone for MySQL database?
I tried:
ALTER DATABASE SET TIME_ZONE = 'US/Eastern';
and it's not working, i get this error:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SET TIME_ZONE = 'US/Eastern'' at line 1