Skip to content

Instantly share code, notes, and snippets.

@savchukoleksii
Created December 21, 2020 15:22
Show Gist options
  • Save savchukoleksii/48877c360c6a554236ab81fcc1cf8396 to your computer and use it in GitHub Desktop.
Save savchukoleksii/48877c360c6a554236ab81fcc1cf8396 to your computer and use it in GitHub Desktop.
set unique_checks=0;
set foreign_key_checks=0;
set autocommit=0;
source backup.sql
set unique_checks=1;
set foreign_key_checks=1;
set autocommit=1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment