1、查询数据库、表的情况
show engines; #数据库的存储引擎
show create TABLE User_Base_Info;#显示create table的sql语句
show table status like 'User_Base_Info';#显示表的状态,行数、数据长度、索引长度
2、
2022-11-17 11:34:00
1、查询数据库、表的情况
show engines; #数据库的存储引擎
show create TABLE User_Base_Info;#显示create table的sql语句
show table status like 'User_Base_Info';#显示表的状态,行数、数据长度、索引长度
2、
下一篇:html兼容手机浏览器