MySQL数据库建立索引步骤: 1、使用SQLPlus或者PLSQL登录MySQL数据库陪渣毁。 2、执行语句create index indexname on table(col) tablespace tablespacename;其中 "indexname"为需要建立索引的索引芦备名; "table"是需要建立索引的表; "col"为需梁歼要建立索引的字段列; ”tablespacename“为建立索引存放的空间(如果不需要制定表空间则使用“create index indexname on table(col)”)。