首页 > 数据库 >java.sql.SQLException: The server time zone value '�й���׼ʱ��' is unrecognized or represent

java.sql.SQLException: The server time zone value '�й���׼ʱ��' is unrecognized or represent

时间:2022-08-24 23:01:36浏览次数:87  
标签:zone 错误代码 mysql server time amp

 

 

 

 

这种报错主要是时区没有设置好,

1.在数据库后面“?”加上:useSSL=true&characterEncoding=UTF-8&useUnicode=true&serverTimezone=GMT

2.在旁边database中更改时区,借鉴这个:(148条消息) Idea连接mysql数据库设置时区_低山高水的博客-CSDN博客_idea mysql设置时区

 

标签:zone,错误代码,mysql,server,time,amp
From: https://www.cnblogs.com/CQ520/p/16622582.html

相关文章