首页 > 数据库技术 > 详细

mysql java.sql.SQLException: The server time zone value '?й???????' is unrecognized or represents more than one time zone.

时间:2019-06-25 01:23:56      阅读:143      评论:0      收藏:0      [点我收藏+]

转载:  https://blog.csdn.net/oppo5630/article/details/52162783

 

解决mysql 数据库连接 报错:

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.

技术分享图片

 

使用的数据库是mysql,驱动是8.0.16,这是由于数据库和系统时区差异所造成的,在jdbc连接的url后面加上serverTimezone=GMT即可解决问题,如果需要使用gmt+8时区,需要写成GMT%2B8,否则会被解析为空。再一个解决办法就是使用低版本的MySQL jdbc驱动,5.1.28不会存在时区的问题。

mysql java.sql.SQLException: The server time zone value '?й???????' is unrecognized or represents more than one time zone.

原文:https://www.cnblogs.com/Latiny/p/11080225.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!