码迷,mamicode.com
首页 > 其他好文 > 详细

[已解决]报错:The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone.

时间:2021-03-08 13:09:54      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:show   运行   数据库   lob   sql   inf   alt   res   represent   

从错误即可知道是时区的错误,因此只要将时区设置为你当前系统时区即可,

因此使用root用户登录mysql,按照如下图所示操作即可。

show variables like ‘%time_zone%‘;

技术图片

set global time_zone="+8:00";

系统为北京时区,因此在系统中设置后,再连接数据库运行,一切OK!

技术图片

[已解决]报错:The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone.

标签:show   运行   数据库   lob   sql   inf   alt   res   represent   

原文地址:https://www.cnblogs.com/hankleo/p/14491120.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!