mysql

1、删除一个库

 drop database mindo;

2、删除一个表

drop table emp;

原文地址:https://www.cnblogs.com/bluewelkin/p/4039700.html