- Web templates
- E-commerce Templates
- CMS & Blog Templates
- Facebook Templates
- Website Builders
How to drop a database
March 13, 2015
Hello, today you will learn how to drop database via PhpMyAdmin panel.
How to drop a databaseIn order to perform this, you need to do the steps indicated below:
Enter the cpanel/phpmyadmin:
There you will see the list of databases, where you need to find the required one.
Select(clik) the database, then click on the SQL tab:
There you need to add the following SQL query and run it:
DROP DATABASE yourdatabasename;
Those are the steps which should be performed. In case you have any further questions, feel free to check the video tutorial below.
How to drop a database