Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › SQLyog › SQLyog: Bugs / Feature Requests › Backup Database As Sql Dump And Foreign Keys
If you have Foreign Keys you should use the option to
SET FOREIGN_KEYS_CHECK = 0
This is the standard way to handle this problem everywhere you copy/export/sync tables with Foreign Keys.