mysql -uroot -p
执行命令“use ceshi;”和“check table student;”检测表是否损坏
如果是Status是Error,说明表是损坏了,需要修复;
执行命令“repair table student;”修复表;