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

nested exception is java.sql.SQLException: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized异常

时间:2019-09-19 14:34:57      阅读:98      评论:0      收藏:0      [点我收藏+]

标签:except   mysq   数据   uac   mys   连接   oba   zone   lex   

在连接数据库时出现以下异常 : 

nested exception is java.sql.SQLException: The server time zone value ‘Öйú±ê׼ʱ¼ä‘ is unrecognized

出现原因 : 数据库时区问题

解决办法 : 1. 在终端开启mysql, 输入以下命令 :

        show variables like ‘%time_zone%‘;

     2. 继续输入以下命令 : 

        set global time_zone=‘+8:00‘;

nested exception is java.sql.SQLException: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized异常

标签:except   mysq   数据   uac   mys   连接   oba   zone   lex   

原文地址:https://www.cnblogs.com/gogotao/p/11548596.html

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