1、解决方法:
报错信息大致如下:
Caused by: com.mysql.cj.exceptions.InvalidConnectionAttributeException: The server time zone value ‘Öйú±ê׼ʱ¼ä’ is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support.

此问题为时区问题,在 JDBC 的连接 url 部分加上 serverTimezone=UTC 即可。
本文解决了在使用JDBC连接MySQL时出现的时区配置错误问题,通过在连接URL中添加serverTimezone=UTC参数,可以有效避免因时区设置不当导致的连接失败。
720

被折叠的 条评论
为什么被折叠?



