显示所有表: show tables;创建表: create table tbl_name(create_definition,...);显示表创建信息: show create table tb_name; desc tb_name;删除: drop table tb_name;