解决Mybatis的serverTimezone时区出现问题

网友投稿 1000 2022-12-07

解决Mybatis的serverTimezone时区出现问题

解决Mybatis的serverTimezone时区出现问题

目录Mybatis serverTimezone时区出现问题错误信息出现原因解决Mybatis 插件碰到的时区问题及用法

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 http://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 'Öй¼Ê&friJprXTRuXac14;ä' 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 插件碰到的时区问题及用法

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

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

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

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:西安一网通办(西安一网通办入口)
下一篇:Spring框架开发IOC两种创建工厂方法详解
相关文章

 发表评论

暂时没有评论,来抢沙发吧~