Just Host Web Hosting Help
Dropping Columns from a Database Table Using PhpMyAdmin
This article will demonstrate how to drop (permanently delete) tables from a database in phpMyAdmin. This will delete the table and everything in it.
It is recommended that you make a backup before you perform any destructive actions, such as dropping database tables. Without a backup, there will be no way to restore anything mistakenly deleted.
WARNING! Dropping tables in your database permanently deletes the table and all the data stored in that table. Make sure that none of your applications or websites rely on information contained in the table(s) you are deleting.
Begin by accessing phpMyAdmin via cPanel.
- Select the database you wish to work with (from the list of databases on the left column when on the phpMyAdmin home page).
- A list of tables will appear in the left column and in the wider right column.
- Check the table(s) you wish to drop (permanently delete).
- In the drop down box that initially says "With selected:" select "Drop" from this list.
- It will ask you if you really want to drop the table(s). Check to make sure you selected the tables you really want to delete.
- Click on Yes to drop (delete) the table.
At this point, the table has been dropped from the database, including everything that used to be in it.
Knowledgebase Article
68,328 views
bookmark
share
tags: Plesk cpanel databases mysql phpmyadmin
68,328 views
bookmark
share
Share or save this via:
tags: Plesk cpanel databases mysql phpmyadmin
Recommended Help Content
A tutorial on how to perminately delete columns from your mySQL database using phpMyAdmin
A step by step guide on how to manipulate data in your mySQL tables using phpMyAdmin
Step by step directions on how you can search your database using phpMyAdmin
Related Help Content
This article will show you how to rename a database table in phpMyAdmin.
Instructions on adding a column to your database in phpMyAdmin
Guidance on adding tables to your mySQL database in phpMyAdmin
A guide to duplicating a MySQL database using phpMyAdmin
A repository of information on how you can manage your database by using the phpMyAdmin interface.
How do I import a backup of my database (.sql file) using phpMyAdmin?
How to repair and optimize your database using phpMyAdmin:
A guide on performing a standard SQL query using the phpMyAdmin interface

E-mail
Twitter
Google Bookmarks
Facebook
MySpace
Digg
Reddit
Delicious
LinkedIn
StumbleUpon