dee*_*epa 13 mysql sql
可能重复: 在一个命令中截断MySQL数据库中的所有表?
我需要在不知道表名的情况下使用单个命令删除或删除MySQL数据库中的所有表.这可能吗?
ajr*_*eal 28
drop database YOUR_DATABASE; /* this will delete all the tables for this database */ create database YOUR_DATABASE; /* added back the database namespace */
归档时间:
15 年,5 月 前
查看次数:
45819 次
最近记录:
13 年,6 月 前