mysql命令 SHOW TABLE STATUS LIKE '%city%'; 查看表的状态可以查看表的创建时间

show status like '%handler_read_key%';

#走索引的命令的数量.

#查看存储引擎

mysql> show variables like '%engine%';
+----------------------------+--------+
| Variable_name              | Value  |
+----------------------------+--------+
| default_storage_engine     | InnoDB |
| default_tmp_storage_engine | InnoDB |
| storage_engine             | InnoDB |
+----------------------------+--------+

posted @ 2017-12-18 23:22  滴滴滴  阅读(1859)  评论(0编辑  收藏  举报