Obtenha nomes de tabela estrangeira mysql

select * from INFORMATION_SCHEMA.KEY_COLUMN_USAGE where TABLE_NAME = '<table>';
Nickton