28 Oct 2013

Disable Foreign key check in mysql

Disable Foreign key check in mysql:

SET foreign_key_checks = 1 

//usually this is added at the beginning of the   dump file for disabling the foreign key checks while restoring the dump.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.