【mysql】idea连接mysql报No appropriate protocol (protocol is disabled or cipher suites are inappropriate)
idea连接mysql报No appropriate protocol (protocol is disabled or cipher suites are inappropriate)处理
·
直接给出答案:既然描述是协议问题,我们考虑ssl原因
1、mysql连接url添加:usessl=false
2、如果1未解决,idea数据库配置界面advanced选项useSSL设置为"false"或"no"
1、idea连接mysql时报错,账号密码都没有问题
No appropriate protocol (protocol is disabled or cipher suites are inappropriate).

2、根据报错描述猜测时协议问题,查到有url加参数usessl=false,但加上后还是该错误,有看到在高级里设置useSSl为false

但实际我是设置为no才连接成功,由于时间关系,后面在具体分析原因更新到该文章。
更多推荐




所有评论(0)