MySQL Error 1216 – ER_NO_REFERENCED_ROW

MySQL Error Message

Cannot add or update a child row: a foreign key
constraint fails

Reason for the Error

InnoDB reports this error when you try to add a
row but there is no parent row, and a
foreign key
constraint fails. Add the parent row first.