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 serverTimezon_第1张图片

二、错误原因

MySQL未正确设置时区。

三、解决方法

(一)进入MySQL根目录命令行

IDEA连接MySQL失败:Server returns invalid timezone. Go to Advanced tab and set serverTimezon_第2张图片

(二)登录数据库

IDEA连接MySQL失败:Server returns invalid timezone. Go to Advanced tab and set serverTimezon_第3张图片

(三)输入set global time_zone='+8:00';

IDEA连接MySQL失败:Server returns invalid timezone. Go to Advanced tab and set serverTimezon_第4张图片

四、再次连接测试

再次连接数据库即可成功。

IDEA连接MySQL失败:Server returns invalid timezone. Go to Advanced tab and set serverTimezon_第5张图片

你可能感兴趣的:(坑,mysql,intellij,idea)