问题:Table 'person_education_experience' is marked as crashed and should be repaired
找下mysql的安装目录下的bin/myisamchk
myisamchk -c -r ../../data/jian/person_education_experience
这样就可以恢复数据表的索引了。
mysql报错Table ‘person_education_experience‘ is marked as crashed and should be repaired
阅读 54
2022-06-06
问题:Table 'person_education_experience' is marked as crashed and should be repaired
找下mysql的安装目录下的bin/myisamchk
myisamchk -c -r ../../data/jian/person_education_experience
这样就可以恢复数据表的索引了。
相关推荐
精彩评论(0)