datagrip版本2021.3.4
mysql版本5.7.27
mysql驱动版本8.0.25
错误内容
[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).
解决办法一,修改useSSL=false,注意在jdbc url上带此参数无效,需要按下图提示来修改变量


方法二:换mysql驱动为Amazon MySQL驱动
本文介绍了解决Datagrip版本2021.3.4与MySQL版本5.7.27连接失败的问题。主要针对通讯链接失败的情况,提供了两种解决方案:一是修改useSSL配置,二是更换MySQL驱动为Amazon MySQL驱动。

2835

被折叠的 条评论
为什么被折叠?



