[ERROR]Native table performance schema has the wrong structure

后端 未结 6 910
长情又很酷
长情又很酷 2021-02-19 00:42
150814  9:09:14 [ERROR] Native table \'performance_schema\'.\'events_waits_current\' has the wrong structure
150814  9:09:14 [ERROR] Native table \'performance_schema\'.         


        
6条回答
  •  感动是毒
    2021-02-19 01:27

    mysqldump just add parameter like this: --skip-lock-tables

    can avoid this error:

    mysqldump: Couldn't execute 'SHOW VARIABLES LIKE 'ndbinfo\_version'': Native table 'performance_schema'.'session_variables' has the wrong structure (1682)
    

提交回复
热议问题