SET foreign_key_checks = 0;
drop table [테이블명];
SET foreign_key_checks = 1;