Skip to content

Instantly share code, notes, and snippets.

@b-ggs
Created January 7, 2018 17:08
Show Gist options
  • Save b-ggs/2061195738da4846558aafa5cf0207dd to your computer and use it in GitHub Desktop.
Save b-ggs/2061195738da4846558aafa5cf0207dd to your computer and use it in GitHub Desktop.
restore mysql database from dump
https://stackoverflow.com/questions/105776/how-do-i-restore-a-dump-file-from-mysqldump
mysql -p -u [user] [database] < db_backup.dump
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment