Answers for "child row: a foreign key constraint fails"

0

child row: a foreign key constraint fails

I discovered another weird case: If you accidentally create a foreign key from an InnoDB table to a MyISAM table, MySQL throws this error at time of insert even if the data is otherwise valid.
Posted by: Guest on July-04-2021

Code answers related to "child row: a foreign key constraint fails"

Browse Popular Code Answers by Language