the foreign key contraints follow the table…

In mySQL, how do you find all tables that have foreign key constraints against another
table | andrewlocatelliwoodcock

Submitted by michael on Thu, 01/01/2015 - 16:03

The situation is that I need to know which tables in a database hold a foreign key
constraint against a particular table, let's call it TableX. The reason I need to know this
is because I am planning to rename and retire TableX and in mySQL at least, the foreign key
contraints follow the table…