To delete a column from a MySQL table run the following command:

mysql> ALTER TABLE 'table_name' DROP 'col_name';