If I'm using mysqldump to dump a database with referential integrity in place, does 
MySQL build the information in such a way that the referenced tables are loaded first 
to avoid invalid inserts into a table with a foreign key in place?  I'm trying to find 
an option for mysqldump, and the closest one I see is --disable-keys, but I'm not sure 
if that's what I need or not.

Thanks,

Lou

Reply via email to