• 1 解决方案:找到你安装MySQL的bin目录
    mysql报错:Table ‘performance_schema.session_status‘ doesn‘t exist
    mysql报错:Table ‘performance_schema.session_status‘ doesn‘t exist
  • 2 cmd中的bin下执行:mysql_upgrade -u root -p --force 回车
    mysql报错:Table ‘performance_schema.session_status‘ doesn‘t exist
  • 3 然后输入密码即可 ,再回车
  • 4 重启mysql 服务
    mysql报错:Table ‘performance_schema.session_status‘ doesn‘t exist+ 5 测试:
    mysql报错:Table ‘performance_schema.session_status‘ doesn‘t exist

相关文章:

  • 2021-07-30
  • 2022-01-25
  • 2022-12-23
  • 2022-12-23
  • 2021-08-08
  • 2021-06-03
  • 2022-12-23
猜你喜欢
  • 2021-09-02
  • 2021-10-20
  • 2021-08-17
  • 2022-12-23
  • 2022-12-23
  • 2021-04-24
  • 2022-12-23
相关资源
相似解决方案