[ERROR]Native table performance schema has the wrong structure

后端 未结 6 912
长情又很酷
长情又很酷 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:29

    It seems this happens after you have done upgrade. Simply restart mysql:

    service mysql restart
    

    and the error should now have disappeared.

提交回复
热议问题