Hello, today you will learn how to drop database via PhpMyAdmin panel.
In 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.