码迷,mamicode.com
首页 > 其他好文 > 详细

The server time zone value '?й???????' is unrecognized or represents more than one time zone.

时间:2018-11-05 11:32:40      阅读:150      评论:0      收藏:0      [点我收藏+]

标签:represent   ant   info   connector   mysql   config   方法   bsp   inf   

使用了Mysql Connector/J 6.x以上的版本,然后就报了时区的错误

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=UTC

 
技术分享图片

 

方法二:

在mysql中设置时区,默认为SYSTEM,如下图所示:

 
技术分享图片

 

 
设置为如下:
set global time_zone=‘+8:00‘;
 
 

 

The server time zone value '?й???????' is unrecognized or represents more than one time zone.

标签:represent   ant   info   connector   mysql   config   方法   bsp   inf   

原文地址:https://www.cnblogs.com/ssyuhh/p/9907641.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!