我刚刚遇到这个错误,我可以通过使用这些SQL命令删除错误中指定的索引来解决它:
mysql> DROP INDEX [index_name] ON [table_name];
所以在你的情况下:
mysql> DROP INDEX RegionAnnotations_regionannotation_phrase_ffbaf771d98f6cc_uniq ON RegionAnnotations_regionannotation;