您的位置:首页 > 数据库 > MySQL

Caused by: com.mysql.cj.core.exceptions.InvalidConnectionAttributeException: The server time zone

2018-02-05 12:38 711 查看

Caused by: com.mysql.cj.core.exceptions.InvalidConnectionAttributeException: The server time zone

数据库连接错误。为了使MySQL JDBC驱动程序的5.1.33版本与UTC时区配合使用,必须在连接字符串中明确指定serverTimezone。

解决:

jdbc:mysql://localhost:3306/xxx?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐