Mysql修复表结构

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

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

(1) mysql_upgrade -u root -p数据库

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

相关文章
相关标签/搜索