第一步执行下面SQL
select CONCAT('truncate table ',table_name,';') from
information_schema.tables
where table_schema='你的数据库名称';
第二步 复制执行结果。然后执行
这样就可以了。如果有不需要删除的表。手动删除
第一步执行下面SQL
select CONCAT('truncate table ',table_name,';') from
information_schema.tables
where table_schema='你的数据库名称';
第二步 复制执行结果。然后执行
这样就可以了。如果有不需要删除的表。手动删除