hibernate错误:Cannot add or update a child row: a foreign key constraint fails
Posted 踏雪飞虹
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了hibernate错误:Cannot add or update a child row: a foreign key constraint fails相关的知识,希望对你有一定的参考价值。
今天对已存在的两个表中的一个表添加另一个表的主键为外键,遇到以下错误:
sql 1452 Cannot add or update a child row:a foreign key constraint fails
原因:
设置的外键和对应的另一个表的主键值不匹配。
解决方法:
找出不匹配的值修改。
或者清空两表数据。
以上是关于hibernate错误:Cannot add or update a child row: a foreign key constraint fails的主要内容,如果未能解决你的问题,请参考以下文章
Cannot add or update a child row 数据库错误
Cannot add or update a child row a foreign key constraint f
insert时报Cannot add or update a child row: a foreign key constraint fails (`yanchangzichan`.`products
MySQL设置外键报错 #1452 - Cannot add or update a child row: a foreign key constraint fails 解决方法
Django报错修复:1452, ‘Cannot add or update a child row: a foreign key constraint fails
ERROR 1452 : Cannot add or update a child row: a foreign key constraint fails