Disable MySQL Foreign Key Checks SET FOREIGN_KEY_CHECKS=0; TRUNCATE cities; TRUNCATE candidates; SET FOREIGN_KEY_CHECKS=1;