Hibernate Communications Link Failure in Hibernate Based Java Servlet application powered by MySQL

后端 未结 4 1213
别那么骄傲
别那么骄傲 2021-01-02 16:33

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

4条回答
  •  长发绾君心
    2021-01-02 17:08

    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
    

提交回复
热议问题