cannot establish a connection to jdbc:mysql://69.144.150.5:3366/DCQ using com.mysql.jdbc.Driver Communications link failure
Posted
by
Rambo
on Stack Overflow
See other posts from Stack Overflow
or by Rambo
Published on 2012-09-05T18:43:07Z
Indexed on
2012/09/08
21:38 UTC
Read the original article
Hit count: 229
I have a database made on the server... How to use this database in our application to be made in netbeans..?
I am getting the error :
cannot establish a connection to jdbc:mysql://69.144.150.5:3366/DCQ using com.mysql.jdbc.Driver (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.)
Please help..thanks..
© Stack Overflow or respective owner