Server returns invalid timezone. Go to ‘Advanced‘ tab and set ‘serverTimezon

今天在用idea连接mysql的时候报了如下所示错误:
Server returns invalid timezone. Go to 'Advanced' tab and set 'serverTimezon
百度了一下是时区的问题,MySQL默认的时区是UTC时区,比北京时间晚8个小时。
所以要修改mysql的时长

在mysql的命令模式下,输入set global time_zone='+8:00';
Server returns invalid timezone. Go to ‘Advanced‘ tab and set ‘serverTimezon_第1张图片
如上图所示即修改成功。
接下来重新测试连接:

Server returns invalid timezone. Go to ‘Advanced‘ tab and set ‘serverTimezon_第2张图片
测试连接成功。

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