JDBC连接错误:无法识别的时区

时间:2016-04-27 12:52:53

标签: java mysql jdbc

使用JDBC连接到mysql数据库时出现此错误。

enclosure_url(id: item.enclosure_id)

这是我的连接代码。

Database.getConnection() Error -->The server time zone value 'EEST' is
unrecognized or represents more than one time zone. You must configure
either the server or JDBC driver (via the serverTimezone configuration 
property) to use a more specifc time zone value if you want to utilize
time zone support.

1 个答案:

答案 0 :(得分:6)

我认为与Mysql和系统的不匹配时区存在问题。 因此,最好将值设置为同步。 您还可以参考以下链接来设置时间:How do I set the time zone of MySQL?