Knowledgebase

How to Delete a Table in PHPMyAdmin?

The “PhpMyAdmin” is popular amongst MySQL database administrators. It is mainly used to manage all administrative tasks like database creation, modification and deletion of tables and content, running queries, and adding and managing user accounts in the MySQL database. 

You may need to revamp or recategorize your data along with the pattern in which it is stored. You might also have to remove or delete the tables from your MySQL database to accommodate other important information to fall in place.

This knowledgebase will discuss in detail the process of How to delete a table in PHPMyAdmin.


Also Read: How to backup your Mysql database with phpMyAdmin?


Steps to Delete Table in PHPMyAdmin

Let’s understand the steps to delete a table in the database phpmyadmin:

    1. Begin by logging into your cPanel
      cPanel
    2. Locate the ‘Databases’ section & click on ‘PHPMyAdmin’ from the options available. This will open the ‘PHPMyAdmin’ interface.
      Filemanager
    3. From the Lefthand sidebar, navigate to the database table you wish to delete.
      list all database
    4. Once you are inside your database, you will see the corresponding fields. Decide the database you want to delete and just click on ‘Drop.’
      Select delete option
      After clicking on Drop, You will be asked for the final confirmation before deletion. If it’s final, Click on ‘OK.’
       Click ok button
    5. You can also delete multiple tables at one time. To do this, Select the fields using the checkbox.
      list of table
      Once selected, you have to open the Dropdown & click on ‘Drop’ under the section ‘Delete Data or Table.’Select drop option on drop down
    6. Authorize the deletion process by clicking ‘Yes’ the table will be gone from the database forever.
      drop table click ok

Also Read: How To Upload Website Files and Database Using cPanel


Conclusion

We hope this knowledgebase has helped you understand How to delete all tables in PHPMyAdmin. The process is straightforward, but we recommend backing up the data before deleting it.