[问题]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
posted @ 2020-04-04 13:29  amberbar  阅读(279)  评论(0编辑  收藏  举报