mysql报错java.sql.SQLException: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone.

-- 服务器时区值“Öйú±ê׼ʱ¼ä”无法识别或表示多个时区。
The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone.
--查看数据库时区
show variables like '%time_zone'
--方法1:修改配置文件my.ini设置时区
C:\Program Files (x86)\MySQL\MySQL Server 8.0\my.ini

 修改之后,重启mysql服务

--方法2:连接数据库url后面添加
serverTimezone=GMT%2B8

 

posted @ 2024-01-03 00:53  一隅桥畔  阅读(118)  评论(0)    收藏  举报