Java连接数据库时,出现这种错误:
Caused by: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.
解决办法:
修改数据库时区

Java连接MySQL时错误The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than ....

然后再次编译,数据库连接成功
Java连接MySQL时错误The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than ....

相关文章:

  • 2021-04-04
  • 2021-04-05
  • 2022-02-12
  • 2022-12-23
  • 2022-12-23
  • 2021-10-09
  • 2022-01-24
猜你喜欢
  • 2021-05-27
  • 2021-09-16
  • 2021-04-29
  • 2021-10-21
  • 2021-08-17
相关资源
相似解决方案