天天看点

com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure:我的解决方法

项目:

springboot+mybatis+idea

报错:

Caused by: org.springframework.transaction.CannotCreateTransactionException: Could not open JDBC Connection for transaction; nested exception is com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: 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.

过程:

由于这个项目之前很久做的,现在打开,更新不完整。然后起动就报错了,害得我看了很多帖子结果没有一个是对的(适合我的)。后来才知道是原来的数据库早就换了。

解决:

请再次检查自己的数据库链接,看看URL、账号、密码都对了没有。检查好这点,不行再看别的方法。