数据库连接失败

问题

代码连接mysql 数据库连接异常的问题

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.

解决方法:

vm options 添加

-Djava.net.preferIPv4Stack=true

本地电脑网络连接问题,网卡对ipv6不支持,必须禁用,当然一般出现这种情况是比较个体的,可能不是群体的,有些开发者电脑网卡比较老。

你可能感兴趣的:(javaee,Communications,link,mysql)