数据库
首页 > 数据库> > com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link fail

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

作者:互联网

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

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

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

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

标签:cj,jdbc,数据库,Communications,link,mysql
来源: https://www.cnblogs.com/zhenyouliu/p/15313390.html