Server returns invalid timezone. Need to set 'serverTimezone' property.(IDEA连接MySQL报错时区问题)
今天在IDEA配置MySQL数据库时,按照下图配置时出现问题:
出错信息:
[2020-08-17 08:52:48] Server returns invalid timezone. Need to set 'serverTimezone' property.
很显然是时区问题导致的,所以我们在连接的URL后面添加 ?serverTimezone=GMT%2B8
设定mysql的时区为东八区
点击Apply
应用
成功解决!