MySQL和连接相关的timeout 的详细整理
MySQL和连接相关的timeout 前言: 今天同事问为什么查询mysql库时, 在数据量比较大时,会话总断。刚开始以为是mysql的和连接有关timeout的问题,结果是网络的不稳定的原因。 下面总结下和连接有关的timeout slave-net-timeout The number of seconds to wait for more data from the master before the slave considers the connection broken, aborts the read, and tries to reconnect. The fi
用户评论