摘要: MySQL time zone 时区错误 使用root用户登陆执行命令: > show variables like '%time_zone%'; 默认值system为美国时间;如下图: 因此,只需要将值设置为系统时区 也就是 +8:00 格式 方法一: 执行 > set global time_z 阅读全文
posted @ 2019-03-07 10:35 yantx 阅读(302) 评论(0) 推荐(0)