Difference between revisions of "How to drop all the database tables"
Jump to navigation
Jump to search
(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...") |
|||
| (4 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
| − | + | * Step 1 | |
| + | Login to http://phpmyadmin.yourdomain.co.za and Select the database | ||
| + | [[File:databasedrop_img1.PNG|600px|thumb|center]] | ||
| − | Step | + | * 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. | |
| − | [[File: | + | [[File:databasedrop_img2.PNG|600px|thumb|center]] |
| − | Step | + | * Step 3 |
| − | You then | + | You will then be asked if you want to drop the selected tables, select "Yes". |
| − | [[File: | + | [[File:databasedrop_img3.PNG|600px|thumb|center]] |
| − | + | * Step 4 | |
| − | + | Once all the tables have been removed, you should see the following and notice that there will now be a (0) next to the database. | |
| − | + | [[File:databasedrop_img4.PNG|600px|thumb|center]] | |
| − | |||
| − | Step 4 | ||
| − | Once all the tables have been removed, you should see the following. | ||
| − | [[File:databasedrop_img4.PNG|thumb|center]] | ||
Latest revision as of 16:15, 13 December 2021
- Step 1
Login to http://phpmyadmin.yourdomain.co.za and Select the database
- 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.
- Step 3
You will then be asked if you want to drop the selected tables, select "Yes".
- Step 4
Once all the tables have been removed, you should see the following and notice that there will now be a (0) next to the database.