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

发布时间 2024-01-03 00:59:01作者: 一隅桥畔
-- 服务器时区值“Öйú±ê׼ʱ¼ä”无法识别或表示多个时区。
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