DROP INDEX 索引名 ON 表名 或 ALTER TABLE 表名 DROP INDEX 索引名 示例一: drop index fileuploadercode1 on projectfile; 示例二: alter table projectfile drop index s2123;