时区错误,MySQL默认的时区是UTC时区,比北京时间晚8
个小时。
所以要修改mysql的时长
在mysql的命令模式下,输入:
set global time_zone=‘+8:00‘;
再次连接成功
关联mysql失败_Server returns invalid timezone. Go to 'Advanced' tab and set 'serverTimezon' 时区错误
原文地址:https://www.cnblogs.com/wangjiaolong/p/12048066.html
时间: 2024-10-08 14:52:03