Home  >  Article  >  Database  >  解决MySQL 5数据库连接超时问题_MySQL

解决MySQL 5数据库连接超时问题_MySQL

WBOY
WBOYOriginal
2016-06-01 13:54:271052browse

  最近碰到一个mysql5数据库的问题。就是一个标准的servlet/tomcat网络应用,后台使用mysql数据库。问题是待机一晚上后,第二天早上第一次登录总是失败。察看日志发现如下错误:

  “com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure

  Last packet sent to the server was 0 ms ago.”

  经过一番调研,发现很多人都碰到过类似问题,但网上令人满意的回答并不多。mysql网站上的提问也很多,但并没有正确答案;百度知道上倒是有一个近似正确的回答。现将本人的解决办法总结一下:

  上述问题是由mysql5数据库的配置引起的。mysql5将其连接的等待时间(wait_timeout)缺省为8小时。在其客户程序中可以这样来查看其值:

  mysql

Statement:
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