This is query which returns the list of indexes in mysql:
SELECT table_name, index_name, GROUP_CONCAT(column_name ORDER BY seq_in_index) as 'columns_list' FROM information_schema.statistics GROUP BY table_name, index_name;
My main background for a recent years is MySQL DEV/DBA engineer but I’m also participating in wider range of tasks which could be likely called as DataOps/DevOps tasks. You can see my online CV here: http://catyellow.net