Let me describe my question -
I have a Java application - Hibernate as the DB interfacing layer over MySQL. I get the communications link failure error in my applic
Even I faced this error, I got it solved only after enabling autoReconnect=true in c3p0 config
jdbc:mysql://localhost:3306/ex_app?autoReconnect=true