当前位置:Gxlcms > mysql > mysql-springjdbc连接数据库,超过8小时没有连接,断开了与数据库的连接怎么办

mysql-springjdbc连接数据库,超过8小时没有连接,断开了与数据库的连接怎么办

时间:2021-07-01 10:21:17 帮助过:45人阅读

mysqljavaspringjdbc

如题,autoReconnect=true这个参数貌似在mysql5以后就不好使了,所以有时候访问接口的时候会出错,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
这个问题怎么解决

回复内容:

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

人气教程排行