当前位置 : 主页 > 编程语言 > java >

DataGrip连接Mysql报08S01解决方案

来源:互联网 收集:自由互联 发布时间:2022-09-02
以前正常使用的GataGrip,突然在某天报下面的错误提示:08S01 [08S01] Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the serve

以前正常使用的GataGrip,突然在某天报下面的错误提示:08S01

[08S01] Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. No appropriate protocol (protocol is disabled or cipher suites are inappropriate).

从提示的英文能看出来,是 protocol的问题,打开数据库连接设置:DataGrip连接Mysql报08S01解决方案将useSsl设置为false,完美解决。

欢迎关注程序员小明~

上一篇:Mylyn
下一篇:没有了
网友评论