Description: A database refers to a software used to store and organize data .
Databases have tables which are like sections or cabinets in your database system.
Each table has columns and information is stored as rows. Each row has a field for each column in the table.
An instruction issued by SQL to the database server to retrieve data is called a query.
phpMyAdmin, which is an open source web application with a nice easy graphical user interface to manage MySQL databases.
Step 1: Login to your control panel using username and html.
Step 2: Goto Account Manager and click on MySQL Management.
Step 3: Here you can see all the databases which has been created.

Step 4: Click on checkbox where you can see the option to delete, repair,optimize, the database.
Step 5: Click on delete to delete the particular database.

