saifuddinazhar
7/3/2018 - 11:34 PM

Disable Foreign Key

Disable enable FK to drop table

SET FOREIGN_KEY_CHECKS = 0;
-- Your semicolon separated list of DROP statements here
SET FOREIGN_KEY_CHECKS = 1;