Bluehost Web Hosting Help

Dropping columns from a database table using PhpMyAdmin

Dropping columns from a database table in PhpMyAdmin

It is recommended that you make a backup before you perform any destructive actions, such as dropping database columns. Without a backup, there will be no way to restore anything mistakenly deleted.
 
WARNING!  Dropping columns in your database permanently deletes the column and all the data stored in that column.  Make sure that none of your applications or websites rely on information contained in the column(s) you are deleting.
  1. Log in to your Bluehost cPanel account.
  2. Navigate to the Database Tools section, and select phpMyAdmin.
  3. Select the database you want to work with (in the left column when you first access phpMyAdmin).
  4. Select the table you want to work with.
  5. Place a check mark next to the column(s) you wish to drop (delete permanently).
  6. Click on the Drop button underneath the list of columns.
  7. It will ask you if you really want to do this.  Review what will be dropped to make sure the correct columns are being deleted.  If it is correct, click on the Yes button to drop the columns.  Otherwise click No.

A message stating your SQL query was executed successfully will be displayed and your columns will be gone.

Knowledgebase Article 178,920 views bookmark tags: Plesk cpanel databases mysql phpmyadmin


Was this resource helpful?

Did this resolve your issue?


Please add any other comments or suggestions about this content:





Recommended Help Content

Searching a database in PhpMyAdmin

Step by step directions on how you can search your database using phpMyAdmin

Modifying table columns - phpMyAdmin

A step by step guide on how to manipulate data in your mySQL tables using phpMyAdmin

How To Copy A Database Using PHPMyAdmin

A guide to duplicating a MySQL database using phpMyAdmin

Related Help Content

How To Rename Database Tables in PHPMyAdmin

This article will show you how to rename a database table in phpMyAdmin.

Adding a column to a db table in phpMyAdmin

Instructions on adding a column to your database in phpMyAdmin

Managing Your DB Using phpmyadmin

A repository of information on how you can manage your database by using the phpMyAdmin interface.

How to Create and Delete MySQL Databases and Users

This article will explain MySQL database and user creation and deletion, and explain how to assign a user to a database.

Import a MySQL Database using phpMyAdmin

How do I import a backup of my database (.sql file) using phpMyAdmin?

How To Run SQL Queries in PHPMyAdmin

A guide on performing a standard SQL query using the phpMyAdmin interface

How to Add Tables to a DB in PhpMyAdmin

Guidance on adding tables to your mySQL database in phpMyAdmin

MySQL Database Restore

How to Restore your MySQL Database?