码迷,mamicode.com
首页 > 数据库 > 详细

Mysql修复表结构

时间:2016-08-12 21:51:21      阅读:228      评论:0      收藏:0      [点我收藏+]

标签:mysql修复表结构

总会在 MySQL 的日志中见到[ERROR] Native table ‘performance_schema‘.‘mutex_instances‘ has the wrong structure之类的错误

需要按照如下的格式在 Linux 的 —— 而不是 MySQL 的 —— 命令提示符下运行:

(1) mysql_upgrade -u root -p

(2) mysqlcheck -uroot -p 数据库名 --auto-repair


本文出自 “流星宇” 博客,请务必保留此出处http://8789878.blog.51cto.com/8779878/1837384

Mysql修复表结构

标签:mysql修复表结构

原文地址:http://8789878.blog.51cto.com/8779878/1837384

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!