Hi
My MySQL database tables have a lot of foreign keys, and as a result it’s a pain to use the MySQL DROP TABLE command in my scripts; Is there something I can do to work around this DROP TABLE foreign keys problem?
have you tried this –
SET FOREIGN_KEY_CHECKS = 0