免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 9684 | 回复: 2
打印 上一主题 下一主题

如何解决Got an error writing communication packets [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2014-09-18 16:11 |只看该作者 |倒序浏览
mysql> show global status like '%open%';
+--------------------------+---------+
| Variable_name            | Value   |
+--------------------------+---------+
| Com_ha_open              | 0       |
| Com_show_open_tables     | 1       |
| Open_files               | 156     |
| Open_streams             | 0       |
| Open_table_definitions   | 92      |
| Open_tables              | 144     |
| Opened_files             | 3238018 |
| Opened_table_definitions | 69010   |
| Opened_tables            | 128226  |
| Slave_open_temp_tables   | 0       |
+--------------------------+---------+
10 rows in set (0.00 sec)

mysql> flush tables;
ERROR 1160 (08S01): Got an error writing communication packets


mysql> show global status like '%open%';
+--------------------------+---------+
| Variable_name            | Value   |
+--------------------------+---------+
| Com_ha_open              | 0       |
| Com_show_open_tables     | 1       |
| Open_files               | 19      |
| Open_streams             | 0       |
| Open_table_definitions   | 11      |
| Open_tables              | 11      |
| Opened_files             | 3238040 |
| Opened_table_definitions | 69021   |
| Opened_tables            | 128237  |
| Slave_open_temp_tables   | 0       |
+--------------------------+---------+
10 rows in set (0.00 sec)


这个怎么解决,哪位大神给点建议

DLF~%AM@665S8IN7D$1ZZE3.jpg (92.28 KB, 下载次数: 44)

DLF~%AM@665S8IN7D$1ZZE3.jpg

论坛徽章:
0
2 [报告]
发表于 2014-10-08 16:31 |只看该作者
http://dev.mysql.com/doc/refman/5.1/en/communication-errors.html

我之前遇到过查了一通发现是由于 wait_timeout  interactive_timeout 这两个参数设置短了,调长以后偶尔还是有这个错误,但是明显少了很多......

论坛徽章:
8
综合交流区版块每周发帖之星
日期:2015-12-02 15:03:53数据库技术版块每日发帖之星
日期:2015-10-02 06:20:00IT运维版块每日发帖之星
日期:2015-10-02 06:20:00IT运维版块每日发帖之星
日期:2015-09-14 06:20:00金牛座
日期:2014-10-10 11:23:34CU十二周年纪念徽章
日期:2013-10-24 15:41:34酉鸡
日期:2013-10-19 10:17:1315-16赛季CBA联赛之北京
日期:2017-03-06 15:12:44
3 [报告]
发表于 2014-10-17 11:42 |只看该作者
see error.log
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP