IDEA 连接mysql时报错:Server returns invalid timezone.
-
IDEA 连接mysql时报错:Server returns invalid timezone. Go to ‘Advanced’ tab and set ‘serverTimezone’ property manually.
-
时区错误,MySQL默认的时区是UTC时区,比北京时间晚8个小时。
- 解决方法: 在Advanced中将serverTimezone设置成Hongkong即可
- 测试是否成功
本文来自博客园,作者:兮动人,转载请注明原文链接:https://www.cnblogs.com/xdr630/p/15254891.html