码迷,mamicode.com
首页 > 数据库 > 详细

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

时间:2020-01-27 00:21:26      阅读:103      评论:0      收藏:0      [点我收藏+]

标签:cte   value   参数   pre   tde   异常   val   bsp   mysql   

错误原因: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错误

标签:cte   value   参数   pre   tde   异常   val   bsp   mysql   

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

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