I want to change a primary key/index on a database table to change the index option ignore_dup_key
to 'on'.
According to this question " Can I set ignore_dup_key on for a primary key? " I need to drop the index and create a new one.
Before I drop the index, how can I get the command to recreate it? Then I'll just change the ignore_dup_key
option.