地方エンジニアの学習日記

興味ある技術の雑なメモだったりを書いてくブログ。たまに日記とガジェット紹介。

MySQLでindexの一覧を出す

select table_schema,table_name,index_name,column_name,seq_in_index from information_schema.statistics