1. 显示表的属性信息    mysql> describe 表名;

  2. 显示表的属性信息    mysql> show columns from 表名;

  3. 显示表的内容           mysql> select * from 表名;