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

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

【MySQL】MySQLでIndexの一覧をだす

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