SELECT Concat('DROP TABLE ', table_schema, '.', TABLE_NAME, ';') FROM INFORMATION_SCHEMA.TABLES where table_schema = 'DB이름';
위의 예시와 같이 일괄 생성된 쿼리문들을 전체 복사
set foreign_key_checks = 0;
set foreign_key_checks = 1;