com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link fail

com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure

在springboot工程中,mysql8.0驱动连接不上数据库,经查证,数据库ip地址、端口号、用户名和密码这些都没有问题,仔细查看报错信息:

com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link fail

com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link fail

发现错误是由于SSL这个玩意儿引起的。

百度到的解决方案是:在数据库url的链接中显式地加上useSSL=false的条件,即可连接成功。

上一篇:【面包】STM32学习笔记(二) --- USART 串口通信学习总结


下一篇:Seata启动错误Communications link failure解决方法