●indexを作成alter table [テーブル名] add index [インデックス名] (張りたいカラム複数指定可)●indexを閲覧show index from [テーブル名]●indexを削除drop index [インデックス名] on [テーブル名]