User Tools

Site Tools


Sidebar

Dan's Wiki

DokuWiki Instructions (local) DokuWiki Manual
Site Checker (Orphans Wanted)

Edit Sidebar

mysql:start

MYSQL Notes

Referential Integrity

To temporarily turn off Referential Integrity, add this to the top of some SQL statements

SET FOREIGN_KEY_CHECKS = 0;

Then set to 1 to turn it back on.

Reference: http://stackoverflow.com/questions/9957878/mysql-disable-referential-integrity

mysql/start.txt · Last modified: 2016/01/02 19:07 by dwheele