show databases;use 数据库名;show tables;
desc 表名;show columns from 表名;describe 表名;show create table 表名; 这个最全显示的是创建结构