1、查询数据库、表的情况
show engines; #数据库的存储引擎
show create TABLE User_Base_Info;#显示create table的sql语句
show table status like 'User_Base_Info';#显示表的状态,行数、数据长度、索引长度
2、
1、查询数据库、表的情况
show engines; #数据库的存储引擎
show create TABLE User_Base_Info;#显示create table的sql语句
show table status like 'User_Base_Info';#显示表的状态,行数、数据长度、索引长度
2、