To delete a database in MySQL, you can use the DROP DATABASE statement.

For example, to delete a database called “my_db”:

DROP DATABASE my_db;

Leave a Reply

Your email address will not be published. Required fields are marked *