MySQL Error 1553 – ER_DROP_INDEX_FK

MySQL Error Message

Cannot drop index ‘%s’: needed in a foreign key
constraint

Reason for the Error

InnoDB reports this error when you attempt to
drop the last index that can enforce a particular referential
constraint.