问题描述:eclipse连接mysql时出现The server time zone value '?й???????' is unrecognized or represents more than one time zone,导致Ping falied。

eclipse连接mysql报错

解决办法:

在mysql中设置时区,用cmd命令打开数据库,输入
>set global time_zone=’+8:00’

eclipse连接mysql报错

 

相关文章:

  • 2022-02-15
  • 2021-12-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-10
  • 2021-04-10
  • 2021-07-14
猜你喜欢
  • 2021-11-19
  • 2021-12-10
  • 2021-05-24
  • 2021-04-14
  • 2021-08-17
  • 2021-07-23
  • 2022-01-13
相关资源
相似解决方案