springboot 连接数据库出错:java.sql.SQLException: The server time zone value 'Öйú±ê׼ʱ¼ä' is .....

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接: https://blog.csdn.net/F_K999/article/details/94582848

springboot连接数据库出现错误:

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.

解决:URL后面加上:

?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=UTF8

猜你喜欢

转载自blog.csdn.net/F_K999/article/details/94582848
今日推荐