By mistake, I have created a duplicate database in the phpMyAdmin page of cPanel. I want to delete this database, but I am not able to find any delete button in the UI.
If you want to delete your database from phpmyAdmin or mySQl. Simply go to SQL command and write command "drop DATABASE databasename;"
Example: drop DATABASE rainbowonlineshopping;
drop DATABASE rainbowonlineshopping;
Then click on "Go" Button. Your Database will be deleted and you get information like this