概述
idea连接数据库报错误:
com.mysql.cj.exceptions.InvalidConnectionAttributeException: The server time zone value ‘Öйú±ê׼ʱ¼ä’ is unrecognized or represents more than 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.
解决步骤
-
进入MySQL
命令提示符进入mysql :mysql>mysql -u用户名 -p密码; -
更改时区
mysql> show variables like “%time_zone%”;
mysql> set global time_zone=’+8:00’;
-
退出数据库重新进入
mysql> show variables like “%time_zone%”;
更改完成啦!!!
最后
以上就是满意大碗为你收集整理的idea连接数据库报时区错误的全部内容,希望文章能够帮你解决idea连接数据库报时区错误所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复