解决方案:url中加useSSL=false

例:

conn=DriverManager.getConnection("jdbc:mysql://192.168.0.109/hy?useSSL=false", "root", "123456");

END

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
  • 2022-12-23
  • 2022-12-23
  • 2021-05-26
  • 2022-01-07
  • 2021-06-14
猜你喜欢
  • 2021-08-30
  • 2022-01-02
  • 2022-12-23
  • 2021-06-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案