# Server returns invalid timezone. Go to ‘Advanced‘ tab and set ‘serverTimezone‘ prope

Server returns invalid timezone. Go to ‘Advanced’ tab and set ‘serverTimezone’ prope

前进的道路永远充满荆棘。
原文链接:https://yangman824.gitee.io/posts/mysqlConnection/

错误界面

IDEA连接mysql,地址,用户名,密码,数据库名,全都配置好了,点测试连接,咔!不成功!

# Server returns invalid timezone. Go to ‘Advanced‘ tab and set ‘serverTimezone‘ prope

翻译一下就是:服务器返回无效的时区。到“高级”选项卡,手动设置“serverTimezone”属性。

解决办法:设置mysql时区

  1. 进入命令窗口(win+R),输入cmd,进入数据库 mysql -hlocalhost -uroot -p => 输入密码=>回车,如图所示:

# Server returns invalid timezone. Go to ‘Advanced‘ tab and set ‘serverTimezone‘ prope

  1. 继续输入 show variables like'%time_zone'; (**注意:**不要漏掉后面的分号),回车,如图:

# Server returns invalid timezone. Go to ‘Advanced‘ tab and set ‘serverTimezone‘ prope

  1. 输入set global time_zone = '+8:00'; (**注意:**不要漏掉后面的分号),回车,如图:

# Server returns invalid timezone. Go to ‘Advanced‘ tab and set ‘serverTimezone‘ prope

修改成功后退出,回到idea中点击Test Connection测试下,就成功啦!

# Server returns invalid timezone. Go to ‘Advanced‘ tab and set ‘serverTimezone‘ prope

上一篇:为MyEclipse配置Spring的约束


下一篇:TortoiseSVN 使用简介