MySQL zeigen Indizes in der Tabelle
SHOW INDEXES FROM table_name;
Nice Newt
SHOW INDEXES FROM table_name;
SHOW INDEX FROM yourtable;