foreign Key 걸려 있는 테이블 비우기 처리 하기 SET FOREIGN_KEY_CHECKS = 0; TRUNCATE table $table_name; SET FOREIGN_KEY_CHECKS = 1;