码迷,mamicode.com
首页 > 其他好文 > 详细

Table 'performance_schema.session_status' doesn't exist和Native table 'performance_schema'.'session_status' has the wrong structure解决办法

时间:2017-09-19 21:17:57      阅读:648      评论:0      收藏:0      [点我收藏+]

标签:nat   mct   mysql   for   systemctl   ade   man   wro   art   

如果从MySQL5.6升到5.7,可能会出现Table ‘performance_schema.session_status‘ doesn‘t exist和Native table ‘performance_schema‘.‘session_status‘ has the wrong structure这两个错误,解决办法:

执行以下指令:

mysql_upgrade -u root -p --force

然后重启MySQL:

systemctl restart mysqld

这样就正常了!!!

Table 'performance_schema.session_status' doesn't exist和Native table 'performance_schema'.'session_status' has the wrong structure解决办法

标签:nat   mct   mysql   for   systemctl   ade   man   wro   art   

原文地址:http://www.cnblogs.com/loger1995/p/7553934.html

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