解决使用DBeaver连接MySQL时报错,其实提示很明显。

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.

大致就是说时区有问题,你需要设置一下时区什么的

解决使用DBeaver连接MySQL时报错-The server time zone value '�й���׼ʱ��' is unrecognized or represents more than one time zone.

 

 设置时区为香港,没有找到中国,hhhh........

相关文章:

  • 2021-10-05
  • 2022-12-23
  • 2022-12-23
  • 2022-03-06
  • 2021-06-06
  • 2022-12-23
猜你喜欢
  • 2021-08-12
  • 2021-09-10
  • 2021-12-16
  • 2021-09-01
  • 2021-11-01
相关资源
相似解决方案