[问题]java.sql.SQLException: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized...

java.sql.SQLException: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized...

这个问题一般是因为升级MSYQL8.0
可以在数据库连接后面加上

serverTimezone=时区

如:

jdbc:mysql://127.0.0.1:3306/foodie?serverTimezone=UTC&characterEncoding=utf8&useUnicode=true&useSSL=false
原文地址:https://www.cnblogs.com/amberbar/p/12631458.html