MySQL数据库报时区错误

从MyEclipse中,把web项目放到Eclipse之后就报了下面的错误

java.sql.SQLException:

The server time zone

value ‘Öйú±ê׼ʱ¼ä’

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:

按照如下步骤
MySQL数据库报时区错误

MySQL数据库报时区错误
MySQL数据库报时区错误
MySQL数据库报时区错误
default-time-zone=’+08:00’
重启MySQL服务,看看是否成功

相关文章: