续上一篇,解决了上一篇中的问题后,启动成功,但是在数据库中操作会存在一些问题,一些操作报一下异常:

Table ‘./mysql/procis marked as crashed and should be repaired

解决方案:

repair table mysql.proc;

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-03
  • 2022-01-06
  • 2022-12-23
猜你喜欢
  • 2021-11-03
  • 2021-12-25
  • 2021-06-22
  • 2021-05-28
  • 2021-06-23
  • 2022-12-23
相关资源
相似解决方案