修复mysql:[ERROR] Native table ‘performance_schema’

Posted UniqueColor

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了修复mysql:[ERROR] Native table ‘performance_schema’相关的知识,希望对你有一定的参考价值。

 

转: http://www.amznz.com/error-native-table-performance_schema/

mysql数据库出现如下错误,主要是因为升级了mysql软件包,而一些数据库的表结构发生变化而无法正常运行。

140213 16:55:47 [ERROR] Native table ‘performance_schema‘.‘events_waits_current‘ has the wrong structure
140213 16:55:47 [ERROR] Native table ‘performance_schema‘.‘events_waits_history‘ has the wrong structure
140213 16:55:47 [ERROR] Native table ‘performance_schema‘.‘events_waits_history_long‘ has the wrong structure
140213 16:55:47 [ERROR] Native table ‘performance_schema‘.‘setup_consumers‘ has the wrong structure
140213 16:55:47 [ERROR] Native table ‘performance_schema‘.‘setup_instruments‘ has the wrong structure
140213 16:55:47 [ERROR] Native table ‘performance_schema‘.‘setup_timers‘ has the wrong structure
140213 16:55:47 [ERROR] Native table ‘performance_schema‘.‘performance_timers‘ has the wrong structure
140213 16:55:47 [ERROR] Native table ‘performance_schema‘.‘threads‘ has the wrong structure
140213 16:55:47 [ERROR] Native table ‘performance_schema‘.‘events_waits_summary_by_thread_by_event_name‘ has the wrong structure
140213 16:55:47 [ERROR] Native table ‘performance_schema‘.‘events_waits_summary_by_instance‘ has the wrong structure
140213 16:55:47 [ERROR] Native table ‘performance_schema‘.‘events_waits_summary_global_by_event_name‘ has the wrong structure
140213 16:55:47 [ERROR] Native table ‘performance_schema‘.‘file_summary_by_event_name‘ has the wrong structure
140213 16:55:47 [ERROR] Native table ‘performance_schema‘.‘file_summary_by_instance‘ has the wrong structure
140213 16:55:47 [ERROR] Native table ‘performance_schema‘.‘mutex_instances‘ has the wrong structure
140213 16:55:47 [ERROR] Native table ‘performance_schema‘.‘rwlock_instances‘ has the wrong structure
140213 16:55:47 [ERROR] Native table ‘performance_schema‘.‘cond_instances‘ has the wrong structure
140213 16:55:47 [ERROR] Native table ‘performance_schema‘.‘file_instances‘ has the wrong structure

修复方法很简单只需在root权限下运行如下命令即可:

/usr/local/mysql/bin/mysql_upgrade -u root -p

输入命令后会要求验证mysql密码,填入密码后确认如下图所示即表示修复完毕:

技术分享

? 原文地址: http://www.amznz.com/error-native-table-performance_schema/

















以上是关于修复mysql:[ERROR] Native table ‘performance_schema’的主要内容,如果未能解决你的问题,请参考以下文章

修复ubuntu 安装mysql后必须使用sudo问题

react native apollo client useQuery invalid hook call error

在Ubuntu中使用MySQL错误:ERROR 1524 (HY000): Plugin 'msyql_native_password' is not loaded

如何修复 ERROR 1726 (HY000):存储引擎“MyISAM”不支持系统表。在 CREATE USER 之后的 Mysql 8.0

ERROR 2003 (HY000): Can’t connect to MySQL server on ‘127.0.0.1’ (111) 修复无法连接到MySQL服务器

错误:MySQL 意外关闭。 XAMPP,如何修复损坏的表