1.查看索引 show index from table_name(表名)2.添加索引2.1使用Navicat图形化界面3.删除索引DROP INDEX table_name(表名) ON column(列名)