由于mysql版本过高创建连接的时候会出现如下报告

解决办法:在mysql连接上加上&useSSL=true

如下:jdbc:mysql:///:3366:test?useUnicode=true&characterEncoding=utf-8&useSSL=true

ssl是一种加密技术在客户端连接数据库的中间做了加密,TCP/IP层中。

相关文章:

  • 2021-12-13
  • 2022-12-23
  • 2022-12-23
  • 2022-02-26
  • 2022-12-23
  • 2022-02-18
  • 2021-07-12
  • 2021-10-22
猜你喜欢
  • 2022-02-26
  • 2021-07-06
  • 2022-12-23
  • 2021-12-30
  • 2021-06-06
相关资源
相似解决方案