idea连接数据库报错:Server returns invalid timezone. Go to ‘Advanced‘ tab and set ‘serverTimezone‘ property
程序员文章站
2023-12-27 09:26:39
...
错误原因:连接的数据库的时区不对。
解决方法:
1、在cmd中登录mysql数据库
2、查看对应数据库的时区:
先:use 数据库名;
再:show variables like '%time_zone%';
3、修改指定数据库时区(修改当前时区和全局配置):
set time_zone = '+8:00';
set global time_zone = '+8:00';
flush privileges;
再测试连接:
推荐阅读
-
idea连接数据库报错:Server returns invalid timezone. Go to ‘Advanced‘ tab and set ‘serverTimezone‘ property
-
使用idea关联mysql时报错Server returns invalid timezone. Go to 'Advanced' tab and set 'serverTimezon'
-
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