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服务,看看是否成功

相关文章:

  • 2022-02-14
  • 2022-12-23
  • 2021-06-18
  • 2021-06-28
  • 2021-03-31
  • 2022-12-23
  • 2022-12-23
  • 2022-01-18
猜你喜欢
  • 2022-01-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-23
  • 2021-07-02
  • 2022-01-12
相关资源
相似解决方案