Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 my.conf 文件中使用default_time_zone='+00:00'并重新启动 mysql 服务器。但是默认时区再次显示系统。
在my.conf文件中,尝试:
my.conf
[mysqld] ... # default_time_zone='+00:00' default-time-zone=+00:00 ...
文档:5.1.3。服务器命令选项:--default-time-zone=timezone
我使用 Ubuntu,所以在我的机器上配置文件的位置是:
/etc/mysql/mysql.conf.d/mysqld.cnf
添加值:
default_time_zone='+00:00'