idea连接mysql报错Server returns invalid timezone. Go to 'Advanced' tab and set 'serverTimezone' property
时间:2019-10-28 11:19:23
收藏:0
阅读:1583
idea连接mysql报错Server returns invalid timezone. Go to ‘Advanced‘ tab and set ‘serverTimezone‘ property
在
Advanced 选项中 添加 name 和 value
serverTimezone CTS
备注:
GMT(Greenwich Mean Time):格林威治标准时间
UTC:世界标准时间
CST(China Standard Time):中国标准时间
GMT + 8 = UTC + 8 = CST
原文:https://www.cnblogs.com/shaoyang0123/p/11751076.html
评论(0)