Failed to obtain JDBC Connection; nested exception is com.mysql.cj.jdbc.exceptions._failed to obtain jdbc connection; nested exception
作者:Li_阴宅 | 2024-08-13 21:28:02
赞
踩
failed to obtain jdbc connection; nested exception is com.mysql.cj.jdbc.exce
Failed to obtain JDBC Connection; nested exception is com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure 解决方法
一、 5.7版本之前的 mysql连接驱动使用的是
com.mysql.jdbc.Driver
1
二、 8.0版本之后的mysql连接驱动使用的是
com.mysql.cj.jdbc.Driver
1
三、出现 Failed to obtain JDBC Connection; nested exception is com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure 错误,8.0版本之后的url后需补充参数,结果如下: