Disable foreign key checks in MySQL
To disable SET FOREIGN_KEY_CHECKS = 0; To enable SET FOREIGN_KEY_CHECKS = 1;