On one database I removed indexes that were unnecessary according to SQLyog. Now when I try to do database synchronization I get an error: UNIQUE KEY mismatch for '`xxx`' table. The key was redundant. Is there a way to get this to work without re-creating the obsolete index? I can't get rid of the index on the source table easily.