MySQL Show Índices en la tabla
SHOW INDEXES FROM table_name;
Nice Newt
SHOW INDEXES FROM table_name;
SHOW INDEX FROM yourtable;