这里我们学习一下use index、ignore index、和force index;1 在查询语句之后加入use index,可以向Mysql建议可以参考的索引,就可以让mysql不在考虑其他索引。2 如果希望mysql忽略一个或者多个索引,可以使用 ignore index,