IDEA链接MySQL失败:Server returns invalid timezone. Go to 'Advanced' tab and set 'serverTimezone' propert
程序员文章站
2022-03-29 19:58:29
...
先看问题:在IDEA自带的数据库管理工具中链接MySQL时测试链接失败:
给出一个提示:字面意思就是服务器返回的是一个无效时区,需要手动设置时区;
解决:
mysql -uroot -p
进入mysql的命令行:输入一下代码回车。
set global time_zone='+8:00';
再次连接就成功啦
上一篇: php是不是面向对象语言
下一篇: php怎么判断是目录还是文件?
推荐阅读
-
IDEA连接mysql报错!Server returns invalid timezone. Go to 'Advanced' tab and set 'serverTimezone' prope
-
使用idea关联mysql时报错Server returns invalid timezone. Go to 'Advanced' tab and set 'serverTimezon'
-
IDEA连接mysql又报错!Server returns invalid timezone. Go to tab and set serverTimezone prope的问题
-
解决Server returns invalid timezone. Go to ‘Advanced‘ tab and set ‘serverTimezone‘ prope后还会报500错的方法
-
IDEA连接mysql又报错!Server returns invalid timezone. Go to tab and set serverTimezone prope的问题
-
Idea连接Datasource时报时区错误的解决方法Server returns invalid timezone. Go to 'Advanced' tab and set 'serverTime
-
IDEA链接MySQL失败:Server returns invalid timezone. Go to 'Advanced' tab and set 'serverTimezone' propert