0

I have an application designed in Hibernate, its Sleep time gets resets after it reaches 600 in MySql Administrator. Which parameter determines the time for sleep in the MySQL? I have attached a screenshot here. enter image description here

George Viju
  • 413
  • 1
  • 5
  • 23

1 Answers1

0

Check this out:

 <property name="connection.url">jdbc:mysql://0.0.0.0/yourDBName;autoReconnect-true</property>

Link for above answer is here

Or follow this link for solution

Community
  • 1
  • 1
Shoaib Chikate
  • 8,665
  • 12
  • 47
  • 70