刚刚接触MySQL,就往数据库添加数据,就遇到这个问题

[Err] 1146 - Table 'performance_schema.session_status' doesn't exist已解决

解决方案就是找到你安装MySQL的bin目录

[Err] 1146 - Table 'performance_schema.session_status' doesn't exist已解决

[Err] 1146 - Table 'performance_schema.session_status' doesn't exist已解决

然后在cmd输入 mysql_upgrade -u root -p --force 回车,然后输入密码即可 再回车,

以下是我的安装路径,

 [Err] 1146 - Table 'performance_schema.session_status' doesn't exist已解决

然后去把MySQL服务关闭,再打开,这样就完成任务了

本文摘自:https://www.cnblogs.com/bighong/p/9104716.html

相关文章:

  • 2022-12-23
  • 2021-08-31
  • 2021-09-02
  • 2021-06-01
  • 2021-06-14
  • 2021-07-25
  • 2021-11-18
  • 2021-08-07
猜你喜欢
  • 2022-12-23
  • 2021-08-17
  • 2022-12-23
  • 2021-10-20
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案