1、查询数据库、表的情况
show engines; #数据库的存储引擎show create TABLE User_Base_Info;#显示create table的sql语句show table status like 'User_Base_Info';#显示表的状态,行数、数据长度、索引长度
2、
posted on 2016-03-18 18:00 阿布_嘟嘟 阅读(135) 评论(0) 编辑 收藏 举报