MySql教程

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的条件,即可连接成功。

这篇关于com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link fail的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!