I have an existing table called Persion. In this table I have 5 columns:
Persion
Please try this-
ALTER TABLE TABLE_NAME DROP INDEX `PRIMARY`, ADD PRIMARY KEY (COLUMN1, COLUMN2,..);