com.mysql.jdbc.CommunicationsException
MESSAGE: Communications link failure due to underlying exception:
** BEGIN NESTED EXCEPTION **
java.net.SocketException
MESSAGE: Software caused connection abort: socket write error
解决方式:编辑/etc/my.cnf(windows下为my.ini),将超时时间设置为10年,在[mysqld]后面加入:
wait_timeout=315360000
mysql tomcat Last packet sent to the server was 0 ms ago 异常
最新推荐文章于 2021-02-07 06:45:13 发布
本文介绍了一种解决com.mysql.jdbc.CommunicationsException的方法,通过编辑my.cnf或my.ini文件,并设置wait_timeout参数为315360000(相当于10年),来避免因超时导致的通讯链接失败。
765

被折叠的 条评论
为什么被折叠?



