Skip to content

Instantly share code, notes, and snippets.

@mjac
Created January 5, 2019 14:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mjac/5e27f208d4324b7426d707643df70e1d to your computer and use it in GitHub Desktop.
Save mjac/5e27f208d4324b7426d707643df70e1d to your computer and use it in GitHub Desktop.
Restore backup as root
gunzip -c backup.sql.gz | mysql -u root targetdatabasename
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment