How to delete database in phpmyadmin in cpanel
- how to delete mysql database in phpmyadmin
- how to delete database in phpmyadmin
- how to delete database in mysql
- delete entire database mysql
How to delete database in phpmyadmin xampp.
Have you ever accidentally created a database and, after some time, decided to delete it to clean up your phpMyAdmin?
"drop database" statements are disabled.Well, in this article I will teach you how to permanently delete a database in MariaDB 10 through the graphical interface of phpMyAdmin.
Please Support My work by Making a Donation.
Launch the phpMyAdmin application.
Log into phpMyAdmin with your Administrator credentials.
Follow the instructions in the image below.
On the left sidebar select the database you want to delete. In my case, I have a database named “ortobase” that I want to delete. After you click on the database, at the top of the page click on the Operations tab.
How to delete database in mysql
Now scroll down a little bit until you get to the “Remove database” option, then click on the red text Drop the database (DROP).
Once you click on Drop the database (DROP), a confirmation pop-up will appear which informs you of the following: You are about to DESTROY a complete database!
Do you really want to execute “Drop DATABASE ‘yourdatabasename’ “? Click OK.
After