MySql教程

DataGrip连接Mysql报08S01解决方案

本文主要是介绍DataGrip连接Mysql报08S01解决方案,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

以前正常使用的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的问题,打开数据库连接设置:

将useSsl设置为false,完美解决。

这篇关于DataGrip连接Mysql报08S01解决方案的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!