在使用JDBC鏈接mysql時可能會遇到如下錯誤:mysql
com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failuresql
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the serverurl
解決方法:server
將get
com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failureit
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the serverio
sulotions:ast
You need add target IP to your hosts file and name it.file
make String url = "jdbc:mysql://192.168.xxx.xxx:3306/db"; be String url = "jdbc:mysql://hostname:3306/db";jdbc
example: