Select Page

MySQL: Find all references to a table before moving it

Last Updated on 2014-09-25. Scenario You have to move a MySQL database table to another database, but you have many other tables, functions, routines, events etc. which access it. Before moving it, it is not enough to find only the tables containing foreign keys, but...