mysql 常用命令

1. 查看数据库表类型

show table status from DBNAME;

2. 检查表状态

  check table TABLENAME;

原文地址:https://www.cnblogs.com/kevinge/p/2614878.html