remove all foreign keys from mysql table; code example Example: drop all foreign key constraints mysql SET foreign_key_checks = 0;