Home > Database > Mysql Tutorial > Mysql-springjdbc connects to the database, but there is no connection for more than 8 hours. What should I do if the connection to the database is disconnected?

Mysql-springjdbc connects to the database, but there is no connection for more than 8 hours. What should I do if the connection to the database is disconnected?

WBOY
Release: 2016-09-28 08:38:13
Original
996 people have browsed it

mysqljavaspringjdbc

As mentioned, the parameter autoReconnect=true seems to be inoperable after mysql5, so sometimes errors will occur when accessing the interface. PreparedStatementCallback
The last packet successfully received from the server was 934,535,670 milliseconds ago. The last packet sent successfully to the server was 934,535,672 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values ​​for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem
How to solve this problem

Reply content:

http://blog.csdn.net/rariki/article/details/41121745?utm_source=tuicool&utm_medium=referral

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template