摘要: 进入控制台 登录mysql mysql -u root -p 查看数据库 show databases 进入出问题的数据库 use table 检查表 check table table_name 修复表 repair table table_name 再次检查 check table table_ 阅读全文
posted @ 2021-09-28 16:50 悬剑丶 阅读(28) 评论(0) 推荐(0) 编辑