ERROR:
java.sql.SQLException: 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.
Reason:
连接数据中时区错误
java.sql.SQLException:服务器时区值'Öйú±ê׼ʱ¼ä'未被识别或代表一个以上的时区。 你必须配置服务器或 如果你想利用时区支持,你必须配置服务器或JDBC驱动程序(通过serverTimezone配置属性)来使用一个更具体的时区值。
Solution:
通过指定时区即可解决该问题,在url中?后加上 serverTimezone=CTT,采用CTT中国台湾时区避免产生8小时时差。
serverTimezone=CTT