当前位置:Gxlcms > 数据库问题 > 12月12 mysql连接报错

12月12 mysql连接报错

时间:2021-07-01 10:21:17 帮助过:26人阅读

mysql5.5 springboot2.0

The server time zone value ‘?D1ú±ê×?ê±??‘ is unrecognized or represents

修改my.ini

搜索[mysqld]节点在节点下面加上下面这句话

default-time-zone=‘+08:00‘

然后记得重启MySQL的服务,打开cmd窗口登录MySQL执行show variables like ‘%time_zone%‘;这句命令

技术分享图片

 

其他方法就是修改连接的url

&serverTimezone=UTC

jdbc:mysql://localhost:3306/spring_boot?serverTimezone=GMT+8

12月12 mysql连接报错

标签:ring   mysql5.5   图片   font   default   bubuko   cmd   oca   serve   

人气教程排行