drop index 索引名
drop index index_x;
DROP INDEXT
alter table tableName drop index indexName
先选择该索引。右键看看哪些表对该索引有依赖。解除依赖。再用Drop Index 索引名 删除