DataGrip软件Mysql连接失败Server returns invalid timezone. Go to 'Advanced' tab and set 'server
Posted 小小文艺范
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了DataGrip软件Mysql连接失败Server returns invalid timezone. Go to 'Advanced' tab and set 'server相关的知识,希望对你有一定的参考价值。
Server returns invalid timezone. Go to \'Advanced\' tab and set \'serverTimezone\' property manually.
很显然,翻译成中文就是时区错误,mysql默认的时区是UTC时区,比北京时间晚8
个小时。
在mysql的命令模式下,输入:
set global time_zone=\'+8:00\';
再次连接
以上是关于DataGrip软件Mysql连接失败Server returns invalid timezone. Go to 'Advanced' tab and set 'server的主要内容,如果未能解决你的问题,请参考以下文章
Datagrip连接SQLServer Connecting DataGrip to MS SQL Server