单位电脑因为突然断电造成MySQL数据库select * from count打不开,
用下面语句可修复MYSQL数据表:
use SMT
check table count
repair table count
单位电脑突然断电,导致MySQL数据库中select * from count无法打开。文中给出修复MYSQL数据表的方法,即使用use SMT、check table count、repair table count语句。
单位电脑因为突然断电造成MySQL数据库select * from count打不开,
用下面语句可修复MYSQL数据表:
use SMT
check table count
repair table count
884

被折叠的 条评论
为什么被折叠?