我是靠谱客的博主 刻苦猫咪,这篇文章主要介绍linux mysql2013_MySQL报错:ERROR 2013 (HY000): Lost connection to MySQL server during query,现在分享给大家,希望可以做个参考。

首先贴上实验用各版本:

OS:CentOS 6.5

MySQL:

mysql> select version ();

+------------+

| version () |

+------------+

| 5.6.22    |

+------------+

1 row in set (0.00 sec)

事情是这样的:本来是要在虚机上搭建一个wordpress做实验,刚创建完数据库,就在赋权额时候发生不在计划的错误:

mysql>grant all on wordpress.* to wordpress@localhost identified by "wp123456";

ERROR 2013 (HY000): Lost connection to MySQL server during query

查看报错日志如下:tail -fn 30 /var/log/mysqld.log

2017-10-25 12:56:22 112085 [ERROR] Missing system table mysql.proxies_priv; please run mysql_upgrade to create it

2017-10-25 12:56:22 112085 [ERROR] Native table 'performance_schema'.'cond_instances' has the wrong structure

2017-10-25 12:56:22 112085 [ERROR] Native table 'performance_schema'.'

最后

以上就是刻苦猫咪最近收集整理的关于linux mysql2013_MySQL报错:ERROR 2013 (HY000): Lost connection to MySQL server during query的全部内容,更多相关linux内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(79)

评论列表共有 0 条评论

立即
投稿
返回
顶部