Mysql数据库“Communications link failure due to underlying exception”问题
时间:2015-06-24 22:29 来源:linux.it.net.cn 作者:IT
MySQL默认的空闲等待时间是8个小时,一旦空闲超过8个小时,就会抛出“Communications link failure due to underlying exception”异常,修改/etc/my.cnf(windows下为my.ini),将超时时间设置为30天,在[mysqld]后面加入:
wait_timeout=2592000然后重启mysql服务即可。
然后重启mysql服务即可。
(责任编辑:IT)
MySQL默认的空闲等待时间是8个小时,一旦空闲超过8个小时,就会抛出“Communications link failure due to underlying exception”异常,修改/etc/my.cnf(windows下为my.ini),将超时时间设置为30天,在[mysqld]后面加入: wait_timeout=2592000然后重启mysql服务即可。 然后重启mysql服务即可。 (责任编辑:IT) |