[已解决]报错:The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than 2021-03-09 11:44:00 浏览数 (1) 从错误即可知道是时区的错误,因此只要将时区设置为你当前系统时区即可,因此使用root用户登录mysql,按照如下图所示操作即可。show variables like '%time_zone%';set global time_zone=" 8:00";系统为北京时区,因此在系统中设置后,再连接数据库运行,一切OK! global mysql root time variables 0 人点赞 上一篇:分享雷军22年前编写的代码