Connection lost: The server closed the connection
Posted maomingchao
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Connection lost: The server closed the connection相关的知识,希望对你有一定的参考价值。
想必很多初学者都会遇到这个问题
其实很简单.mysql有个机制,就是8小时无通信,myslq就会自动关闭数据;
解决方案(2选1):
或者:
1.定时去做一个查询,就是 select * from XXX;
或者:
2.修改配置文件:
wait_timeout=31536000
interactive_timeout=31536000
其实这个问题.我是很早就注意了,,不过这次因为对数据库有多个连接,所有调试信息打印的这个,确实是8小时无消息.教训啊!!
以上是关于Connection lost: The server closed the connection的主要内容,如果未能解决你的问题,请参考以下文章
Mysql连接在节点js中一段时间后关闭并给出PROTOCOL_CONNECTION_LOST'
mysqldump报错 – Error 2013 Lost connection to MySQL server
2013 lost connection to mysql server during query
Flutter iOS 调试总是 Lost connection to device 解决办法