gpt4 book ai didi

php - 违反Mysql约束

转载 作者:行者123 更新时间:2023-11-29 03:46:03 24 4
gpt4 key购买 nike

当我在我的其他 MySQL 数据库上使用我的 Zend 项目时,它运行得非常棒。但是当我导出数据库并将其放在我的其他服务器上时,同一项目会出现以下错误:

Message: SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`devel`.`Service`, CONSTRAINT `Service_ibfk_1` FOREIGN KEY (`customerId`) REFERENCES `customer` (`customerId`)) 

有人知道这是怎么回事吗?

最佳答案

您要在表中插入/更新的值,主customer 表中缺少customerId 的值

执行选择以查看该值是否存在。其中 100 是占位符值。

select customerId from customer where customerId = 100;

您需要先在客户表中创建 customerId 值。

关于php - 违反Mysql约束,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5291611/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com