服务器之家

服务器之家 > 正文

解决Mybatis的serverTimezone时区出现问题

时间:2022-01-05 00:42     来源/作者:Weirdchun

 

Mybatis serverTimezone时区出现问题

 

错误信息

我们可以定位错误信息The server time zone value 'Öйú±ê׼ʱ¼ä' is,

则说明了是serverTimezone时区的问题

org.apache.ibatis.exceptions.PersistenceException:
### Error querying database. Cause: 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.
### The error may exist in com/chun/dao/UserMapper.xml
### The error may involve com.chun.dao.UserMapper.getUserList
### The error occurred while executing a query
### Cause: java.sql.SQLException: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time

 

出现原因

因为MySQL版本号是8.0以上,需要设置serverTimezone,useSSL等参数

 

解决

在mybatis-config.xml文件中的property name="url"在后面添加

&serverTimezone=Asia/Shanghai"  //注意Shanghai是开头大写
或者
&serverTimezone=GMT%2B8

 

Mybatis 插件碰到的时区问题及用法

解决Mybatis的serverTimezone时区出现问题

连接数据库mysql -hlocalhost -uroot -p,回车,输入密码,回车,

解决Mybatis的serverTimezone时区出现问题

show variables like'%time_zone'; (注意不要漏掉后面的分号),回车

解决Mybatis的serverTimezone时区出现问题

设置时区 set time_zone = '+8:00';

解决Mybatis的serverTimezone时区出现问题

解决Mybatis的serverTimezone时区出现问题

解决Mybatis的serverTimezone时区出现问题

解决Mybatis的serverTimezone时区出现问题

解决Mybatis的serverTimezone时区出现问题

解决Mybatis的serverTimezone时区出现问题

解决Mybatis的serverTimezone时区出现问题

以上为个人经验,希望能给大家一个参考,也希望大家多多支持服务器之家。

原文链接:https://blog.csdn.net/qq_42567023/article/details/104958771

相关文章

热门资讯

yue是什么意思 网络流行语yue了是什么梗
yue是什么意思 网络流行语yue了是什么梗 2020-10-11
蜘蛛侠3英雄无归3正片免费播放 蜘蛛侠3在线观看免费高清完整
蜘蛛侠3英雄无归3正片免费播放 蜘蛛侠3在线观看免费高清完整 2021-08-24
背刺什么意思 网络词语背刺是什么梗
背刺什么意思 网络词语背刺是什么梗 2020-05-22
2020微信伤感网名听哭了 让对方看到心疼的伤感网名大全
2020微信伤感网名听哭了 让对方看到心疼的伤感网名大全 2019-12-26
2021年耽改剧名单 2021要播出的59部耽改剧列表
2021年耽改剧名单 2021要播出的59部耽改剧列表 2021-03-05
返回顶部