La dirección del servidor es 192.168.1.100, el firewall de windows esta desactivado
Este es el código que utilizo para tratar de conectarme, es el código genérico que he visto en varios sitios:
Código java:
Ver original
public static void sqlTest(){ try{ Class.forName("com.mysql.jdbc.Driver"); if (con != null){ con.close(); } } }
Este es el error que me muestra al correr el código:
Cita:
Muchas Gracias por su ayuda SQLException : 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.
SQLState : 08S01
VendorError : 0
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
SQLState : 08S01
VendorError : 0