Categories
PHP

MySQL DROP DATABASE OR TABLE

DROP DATABASE databasename;

Example

DROP DATABASE testDB;

DROP TABLE tablename;

Example

DROP TABLE user_name;