I am trying to delete a few records but am getting the following error:
Cannot delete or update a parent row: a foreign key constraint fails
Use ignore:
DELETE IGNORE ...
http://dev.mysql.com/doc/refman/5.0/en/delete.html