欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

java.sql.SQLException: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized o

程序员文章站 2022-08-11 14:34:24
出现这个错误的原因是时区有问题,可以在mysql中执行命令: set global time_zone='+8:00'; 如上是修改为北京时间(GMT+0800)。 查看修改: show variables like '%time_zone%'; ......

 

  出现这个错误的原因是时区有问题,可以在mysql中执行命令:

set global time_zone='+8:00';

如上是修改为北京时间(gmt+0800)。

  查看修改:

show variables like '%time_zone%';

java.sql.SQLException: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized o