批量删除mysql一个库所有表 批量删除mysql一个库所有数据表方法SELECT CONCAT(‘drop table ‘,table_name,’;’) FROM information_schema.TABLES WHERE table_schema=‘discuz’; msyql 2023-09-22 179 点赞 2 评论 271 浏览