select concat('drop table ',table_name,';') from information_schema.TABLES where table_schema='库名';
生成语名,然后复制执行