DataGrip连接Mysql报08S01解决方案

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

1
2
3
4
5
[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).

解决办法:

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

修改 C:\Users\Administrator\AppData\Local\JetBrains\Toolbox\apps\datagrip\ch-0\222.4167.25\jbr\conf\security\java.security

删除 TLSv1 TLSv1.1

重启即可。

Licensed under CC BY-NC-SA 4.0
最后更新于 Jan 06, 2025 05:52 UTC
comments powered by Disqus
Built with Hugo
主题 StackJimmy 设计
Caret Up