通过my.cnf更改mysql服务器时区

时间:2014-01-16 12:17:23

标签: mysql mysqli mysql-workbench

我正在尝试更改MySQL服务器时区,如何在my.cnf中设置此新时区?

例如,我想将其设置为Brazil/East

1 个答案:

答案 0 :(得分:3)

在my.cnf下设置默认时区

default-time-zone='timezone'

更多 http://dev.mysql.com/doc/refman/5.5/en/time-zone-support.html