mysql 常用sql

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  阿布_嘟嘟  阅读(133)  评论(0编辑  收藏  举报

导航