Pycharm 连接Mysql Server returns invalid timezone
Posted mumu365
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Pycharm 连接Mysql Server returns invalid timezone相关的知识,希望对你有一定的参考价值。
Pycharm 关联mysql失败_Server returns invalid timezone. Go to ‘Advanced‘ tab and set ‘serverTimezon‘
时区错误,MySQL默认的时区是UTC时区,比北京时间晚8个小时。
所以要修改mysql的时长
在mysql的命令模式下,输入:
set global time_zone=‘+8:00‘;
以上是关于Pycharm 连接Mysql Server returns invalid timezone的主要内容,如果未能解决你的问题,请参考以下文章
(图形界面)Dbever连接MySQL8 报错mysql8 安装The server time zone value '?й???????' is unrecognized or re
java运行jdk连接mysql出现了:Establishing SSL connection without server's identity verification is not re