i need just the correct connection string to make a connection .
i tried this :
CODE
myConn = DriverManager.getConnection("jdbc:mysql://mysql.hosting.zymic.com?" + "user=64738_sami&password=123456");
and also this
CODE
//myConn = DriverManager.getConnection("jdbc:mysql://looking4lost.99k.org?" + "user=64738_sami&password=123456");
but nothing comming out ...
this is the error exception
====================================
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
