HOW TO DELETE A COMPLETE DATABASE INTO PHPMYADMIN



How to drop tables from a database in phpMyAdmin:

1. Select the database you wish to work with (from the list of
databases on the left column when on the phpMyAdmin home page).
2. A list of tables will appear in the left column and in the wider right column.
3. Check the table(s) you wish to drop (permanently delete).
4. In the drop down box that initially says "With selected:" select "Drop" from this list.
5. It will ask you if you really want to drop the table(s).  Check to make sure you selected the tables you really want to delete.
6. Click on Yes to drop (delete) the table.


Comments

Popular posts from this blog

How to solve an 8 puzzle problem using A* Algorithm in python

Timus Online Judge 1000. A+B Problem question and SOLVE with sudo code

URI Online Judge | 1013 The Greatest Solve with source code