1、SELECT CONCAT('drop table ',table_name,';') FROM information_schema.`TABLES` WHERE table_schema='数据库名',拼出所有表的删除语句;
2、执行生成的语句