删除表 mysql>drop TABLE MYTABLE;
清空表 (保留索引) mysql>delete from MYTABLE;
清空表
mysql>truncate table mytable;