Maison  >  Article  >  base de données  >  mysql-springjdbc 连接数据库,超过8小时没有连接,断开了与数据库的连接怎么办

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

WBOY
WBOYoriginal
2016-09-28 08:38:13937parcourir

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

Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn