How to Drop the Table using PhpMyAdmin

May 12, 2023 / MySQL

In this tutorial, we will show you how to use phpMyAdmin to permanently delete tables from a database.

Important: Dropping a table permanently deletes all its data and cannot be undone. It is strongly recommended to take a full database backup before deleting any table.

Steps  to drop  a table from your database:

  1. Log in to your cPanel.
  2. Search for the Database section, and click on the phpMyAdmin sub-option.
    click on the"phpMyAdmin"
  3. A list of the databases will be shown in the left column. Choose the database you want to drop or delete.
    phpmyadmin
  4. Choose a database and a table, and click on drop button.
    Choose the table and then "drop"
  5. Click OK to drop the table.
    confirm

In this way, you have deleted the table and all of its contents from the database.

Spread the love