idea连接mysql报错: No appropriate protocol (protocol is disabled or cipher suites are inappropriate(已解决)

 

 

解决方案:
在URL中添加在数据库后面添加 ?createDatabaseIfNotExist=true&useSSL=false

如:jdbc:mysql://192.168.2.2:3306/test?createDatabaseIfNotExist=true&useSSL=false

idea连接mysql报错: No appropriate protocol (protocol is disabled or cipher suites are inappropriate(已解决)

 

 

参考:https://blog.csdn.net/ayunnuo/article/details/120269377

 

相关文章:

  • 2021-08-31
  • 2021-06-15
  • 2021-12-31
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-12
猜你喜欢
  • 2021-07-21
  • 2022-12-23
  • 2022-12-23
  • 2021-09-26
  • 2021-06-25
  • 2021-12-19
  • 2021-09-29
相关资源
相似解决方案