Set MySQL Foreign Key Checks OFF


/ Published in: MySQL
Save to your folder(s)



Copy this code and paste it in your HTML
  1. SET foreign_key_checks = 0;

URL: http://dev.mysql.com/doc/refman/5.1/en/innodb-foreign-key-constraints.html

Report this snippet


Comments


You need to login to view comments.