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应用

修改后的配置
成功解决!

posted @ 2020-08-17 09:13  陆黎  阅读(1169)  评论(0编辑  收藏  举报