如果在使用mysql过程中想添加外键约束时,出现了以下错误:
Cannot add or update a child row: a foreign key constraint fails
这可能是你的表中之前还有一些数据,导致添加失败,只要把表中数据都删掉就可以了。
如果在使用mysql过程中想添加外键约束时,出现了以下错误:
Cannot add or update a child row: a foreign key constraint fails
这可能是你的表中之前还有一些数据,导致添加失败,只要把表中数据都删掉就可以了。