1 desc 表名; 2 show columns from 表名; 3 describe 表名; 4 show create table 表名; 5 use information_schema 6 select * from columns where table_name='表名';