com.mysql.cj.core.exceptions.InvalidConnectionAttributeException: The server time zone value '?й

Posted miria-486

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了com.mysql.cj.core.exceptions.InvalidConnectionAttributeException: The server time zone value '?й相关的知识,希望对你有一定的参考价值。

好久不用jdbc今天连接,报了这个错。

开始用低版本的mysql的连接jar包,后来下载了一个新的,还是报这个错。
所以用新的url

url=jdbc:mysql://localhost:3306/mydata?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC

以上是关于com.mysql.cj.core.exceptions.InvalidConnectionAttributeException: The server time zone value '?й的主要内容,如果未能解决你的问题,请参考以下文章