The last packet successfully received from the server was 0 millis

本文描述了如何处理MySQL数据库中的通信链接失败问题,包括检查wait_timeout设置、增大超时时间、以及重启数据库可能带来的影响。
摘要由CSDN通过智能技术生成

备注:本人遇到并处理的方式

1.问题

Communications link failure The last packet successfully received from the server was 10,020 milliseconds ago. The last packet sent successfully to the server was 10,020 milliseconds ago.
从服务器成功接收到的最后一个数据包是10020毫秒以前。最后一个成功发送到服务器的数据包是10020毫秒前。

 Communications link failure  The last packet successfully received from the server was 10,020 milliseconds ago. The last packet sent successfully to the server was 10,020 milliseconds ago.

2.处理

1.首先查看当前数据库全局wait_timeout的时间

	show global variables like '%wait_timeout%'; 

2.设置

	将wait_timeout 和interactive_timeout 设置的大一点。默认是8小时(28800)。
	set global wait_timeout=604800;
	set global interactive_timeout=604800;
	或者修改配置文件
	maxWait: 180000
	timeBetweenEvictionRunsMillis: 180000
    minEvictableIdleTimeMillis: 300000

3.重启数据库 会失效

	重启数据库:service mysql restart 
  • 8
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值