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的问题,打开数据库连接设置:
DataGrip连接Mysql报08S01解决方案_第1张图片
将useSsl设置为false,完美解决。

本文可转载,但需声明原文出处。 程序员小明,一个很少加班的程序员。欢迎关注微信公众号“程序员小明”,获取更多优质文章。

你可能感兴趣的:(java)