반응형 오류76 ERROR 1452 (23000): Cannot add or update a child row: a foreign key constraint fails (외래키 지정) ERROR 1452 (23000): Cannot add or update a child row: a foreign key constraint fails (`testdb`.`#sql-1_9`, CONSTRAINT `CarCustomer_ibfk_1` FOREIGN KEY (`CustomerId`) REFERENCES `Customer` (`CustomerId`)) 발생원인 : 외래 키로 지정하고자 했던 Customer 테이블의 CustomerId 값과 CarCustomer의 CustomerId 데이터가 달라서 발생 해결: 자식 테이블 CarCustomer 데이터 삭제 후 지정 2022. 10. 25. GitBash_Everything up-to-date https://kotlinworld.com/m/281 [Git] git restore 사용해 파일 단위 제어하기(git add 취소, 특정 커밋으로 되돌리기 등) git restore이란? git checkout은 하나의 키워드에 많은 기능이 들어있다. 때문에 checkout의 브랜치와 관련된 기능이 git switch 명령어로 새로 나오게 됐다. git restore 또한 새로 나온 키워드로 git의 파일 조 kotlinworld.com $ git restore --staged Sqldate1019.sql git을 조작하다 보면 파일을 잘못 add 할 때가 있다. 이때 add된 파일은 Staging Area로 올라가게 되는데, 이를 다시 Unstaged Area로 옮기기 위한 키워드가 바로 git re.. 2022. 10. 19. ERROR: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested https://trend21c.tistory.com/2203 M1 맥에서 docker를 빌드 했는데 오류가 발생할때 M1 chip을 사용하는 맥에서 도커 이미지 빌드후에 푸시를 하고, 해당 이미지를 기반으로 aws에서 컨테이너를 생성할때 오류가 발생하신다고요? 당연히 그럴수 있어요 아마도 이런 오류를 만나셨을 trend21c.tistory.com --format 지정 2022. 10. 19. ERROR:ORA-12547: TNS :lost contact when try to connect to Oracle ERROR: ORA-12547: TNS :lost contact when try to connect to Oracle https://doyensys.com/blogs/ora-12547-tns-lost-contact-when-try-to-connect-to-oracle/ 2022. 10. 19. 이전 1 ··· 10 11 12 13 다음 반응형