테이블 사킬라를 만들 수 없습니다."address" "외부 키 제약 조건이 잘못 형성되었습니다." 저는 mysql.com/doc/index-other.html 에서 sakila db를 설치하려고 하는데 sakila-installation.sql에서 먼저 스키마(/skila-dat.sql)를 실행한 다음 sakila-data.sql을 실행하여 데이터를 삽입합니다.그러나 db 엔진으로 스키마를 실행하는 순간 다음 오류와 함께 실행이 종료됩니다. #1005 - Can't create table `sakila`.`address` (errno: 150 "Foreign key constraint is incorrectly formed") 다음은 테이블을 만드는 스키마 스크립트의 처음 몇 줄입니다. SET @OLD_..