How to drop all the database tables

From Imaginet FAQ
Revision as of 15:09, 2 November 2012 by Dane (talk | contribs) (Created page with "If you would like to remove all the existing database tables, you need to use the MySQL drop tables function. Step 1 Select the database [[File:databasedrop_img1.PNG|thumb|c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

If you would like to remove all the existing database tables, you need to use the MySQL drop tables function.

Step 1

Select the database
Databasedrop img1.PNG

Step 2 You then need to select all the database tables by selecting "Check All" and then select "Drop Tables" from the drop down option.

Databasedrop img2.PNG

Step 3 You will then be asked if you want to drop the select tables, select "Yes".

Databasedrop img3.PNG

Step 4 Once all the tables have been removed, you should see the following.

Databasedrop img4.PNG