MySQL Drop Database

MySQL Drop Database

We can drop/delete/remove the MySQL database simply with the MySQL DROP database command. It deletes all the tables of the database alongside the database permanently. It throws a mistake if the database isn’t available. we will use the IF EXISTS option with the DROP DATABASE statement. It returns the numbers of tables which are deleted through the DROP DATABASE statement. we should always take care while deleting any database because we’ll lose all the info available within the database.

Syntax

Drop a database from MySQL with PHP

Let’s take an example to drop a database from MySQL with PHP

What is Next?

In the next section, you will learn how to create a table in MySQL.

* Please do let us know your views on this article and what type of articles would you are interested to read.


Widget not in any sidebars

Digiprove sealCopyright secured by Digiprove © 2020

Leave a Reply

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