MySQL Java Connector 5.1.9 bug
Hi..
I found this bug and after hardblooded for about 4 hours, finally i found the answer from the mysql forum. It explain that MySQL Java connector 5.1.9 always looking for the initial port which is 3306, whereas I use port 3307, so it always rise an error like “The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server”, some kind of network issue. It solved after I replace it with newest version.
Hope this sharing useful for you too..
Advertisement


