MySQL Database

MySQL Drop DB

Remove a MySQL database and its tables.

Warning: Dropping a database permanently removes its tables and data.
DROP DATABASE shop;

Confirm the database name and create a backup before running this statement.