首页 > 数据库技术 > 详细

mysql连接异常:The server time zone value '?й???????' is unrecognized or represents more than one time zo错误

时间:2020-01-26 23:45:30      阅读:132      评论:0      收藏:0      [点我收藏+]

错误原因:mysql识别时区出现错误,这是因为访问的url中没有指定时区为UTC

出错误的url:

spring.datasource.url=jdbc:mysql://127.0.0.1:3306/springbootdemo?useUnicode=true&characterEncoding=utf8

在后面添加时区的参数数即可:

spring.datasource.url=jdbc:mysql://127.0.0.1:3306/springbootdemo?useUnicode=true&characterEncoding=utf8&serverTimezone=UTC

 

mysql连接异常:The server time zone value '?й???????' is unrecognized or represents more than one time zo错误

原文:https://www.cnblogs.com/zxgCoding/p/12235239.html

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