Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alexislucena/c39aeb5870a8933faf52f11377c105c6 to your computer and use it in GitHub Desktop.
Save alexislucena/c39aeb5870a8933faf52f11377c105c6 to your computer and use it in GitHub Desktop.

Revisions

  1. alexislucena renamed this gist Apr 12, 2018. 1 changed file with 0 additions and 0 deletions.
  2. alexislucena created this gist Apr 12, 2018.
    3 changes: 3 additions & 0 deletions mysql-disable-safe-update-mod
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    SET SQL_SAFE_UPDATES = 0;
    ...
    SET SQL_SAFE_UPDATES = 1;