0
실패, 내가 다른 따라 1and1 데이터베이스에 내 데이터베이스를 마이그레이션 할 때이 오류가 발생합니다 : SQL 쿼리 :추가 또는 자식 행을 업데이트 할 수 없습니다 : 외래 키 제약 조건 내 따라 1and1 계정에 WebERP를 사용 webERp
--
-- Constraints for table `chartdetails`
--
ALTER TABLE `chartdetails` ADD CONSTRAINT `chartdetails_ibfk_1` FOREIGN KEY (`accountcode`)
REFERENCES `chartmaster` (`accountcode`) ,
ADD CONSTRAINT `chartdetails_ibfk_2` FOREIGN KEY (`period`) REFERENCES `periods` (`periodno`)
을 MySQL은 말했다 :
#1452 - Cannot add or update a child row: a foreign key constraint fails (`dbxxxxxxxxx/#sql- 376_3fa4f12`, CONSTRAINT `chartdetails_ibfk_2` FOREIGN KEY (`period`) REFERENCES `periods` (`periodno`))
원래 파일은 잘 작동합니다.
[Mysql 오류 1452 - 자식 행을 추가하거나 업데이트 할 수 없습니다 : 외래 키 제약 조건이 실패 할 수 있습니다] (http://stackoverflow.com/questions/1253459/mysql-error-1452-cannot-add-or- update-a-child-row-a-foreign-key-constraint-fa) – invertedSpear