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