mysql 常用sql

1、查询数据库、表的情况

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

2、

上一篇:Perl多线程(1):解释器线程的特性


下一篇:html兼容手机浏览器