码迷,mamicode.com
首页 > 数据库 > 详细

运行mysql时,提示Table ‘performance_schema.session_variables’ doesn’t exist

时间:2017-04-13 21:30:42      阅读:242      评论:0      收藏:0      [点我收藏+]

标签:知识库   --   sso   win   sql   ade   force   targe   title   

 

  解决的方法是:

  第一步:在管理员命令中输入:

      mysql_upgrade -u root -p --force

   第二步:重新启动mysql的服务:

       net stop mysql

        net start mysql

    再次运行MySQL,就解决了。

    注意,两步缺一不可。

运行mysql时,提示Table ‘performance_schema.session_variables’ doesn’t exist

标签:知识库   --   sso   win   sql   ade   force   targe   title   

原文地址:http://www.cnblogs.com/frankchia/p/6705695.html

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