Home » Categories » Managed WordPress » Advanced

Remove database tables

You can remove, or drop, existing tables from a database. This is usually recommended before importing a new database or restoring a backup.

Warning: Before dropping your database tables, ensure that you have a backup of the database.

  1. Log into phpMyAdmin.
  2. You should see a list of all your database tables.
  3. Check the Check All box.

    Note: You can drop specific tables by checking individual boxes next to the table names.

  4. From the drop down next to the Check All box, select Drop.
  5. Click Yes, when prompted with "Do you really want to execute the following query?"

  6. Click Yes to drop the tables.
0 (0)
Article Rating (No Votes)
Rate this article
  • Icon PDFExport to PDF
Related Articles
Disable external WordPress comment requests
Added on Tue, Nov 17, 2020
Change PHP settings for my hosting account
Added on Tue, Nov 17, 2020
Create a child theme for WordPress
Added on Tue, Nov 17, 2020
Evaluate site performance with PageSpeed Insights
Added on Tue, Nov 17, 2020
Evaluate site performance with GTmetrix
Added on Tue, Nov 17, 2020