mysql删除索引 DROP INDEX 索引名 ON 表名 ; eg:index_userName_password为索引名 DROP INDEX index_userName_password ON t_user7;