当前位置:Gxlcms > 数据库问题 > 查看当前mysql时区 并设置为北京时间

查看当前mysql时区 并设置为北京时间

时间:2021-07-01 10:21:17 帮助过:150人阅读

(1)查看当前时区  正确的应该是CST

show variables like ‘%time_zone%‘;

(2)如果不是CST,需要修改配置文件 /etc/my.cnf

在[mysqld]中 添加 

default-time-zone=‘+08:00‘

 

最后: 只需完成这两步操作 ,此时查看MySQL 北京时间正确配置

技术图片

 

查看当前mysql时区 并设置为北京时间

标签:pre   variables   需要   北京   配置   应该   show   添加   文件   

人气教程排行