如何一次性检查数据库中的所有表?
而不是check table ''tablename'';逐个键入所有表的查询.
check table ''tablename'';
有没有像这样的简单命令check all?
check all
mysql sql
mysql ×1
sql ×1