Cannot truncate a table referenced in a foreign key constraint
Cannot truncate a table referenced
in a foreign key constraint (`server`.`member_role`,
CONSTRAINT
set FOREIGN_KEY_CHECKS = 0
를 실행시켜주고, delete 나 truncate 명령을 수행한 뒤
set FOREIGN_KEY_CHECKS = 1
를 통해 다시 제약조건을 활성화 시켜주면 된단다.
출처 블로그 : https://devpouch.tistory.com/111