mysql 修复 Table is marked as crashed and should be repaired

/ 0评 / 0

mysql -u root -p

mysql> use mysql;

mysql>check table user;

mysql>repair table user;

发表评论

邮箱地址不会被公开。 必填项已用*标注