Create Table: CREATE TABLE `fuinfo` ( `fid` int(10) unsigned NOT NULL, `name` varchar(40) NOT NULL, `email` varchar(128) NOT NULL, UNIQUE KEY `email` (`email
DROP INDEX column_name ON table_name
column_name
Select the database and query form the sql tab.This removes the index of the particular column. It worked for me in PHP MyADMIN