Drop and Add Restraints in MySQL


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



Copy this code and paste it in your HTML
  1. SET FOREIGN_KEY_CHECKS = 0;
  2.  
  3. SET FOREIGN_KEY_CHECKS = 1;

URL: http://forums.mysql.com/read.php?10,249496,249521#msg-249521

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.