Skip to content

Instantly share code, notes, and snippets.

@andreacfm
Created April 20, 2012 11:58
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 andreacfm/2428035 to your computer and use it in GitHub Desktop.
Save andreacfm/2428035 to your computer and use it in GitHub Desktop.
mysql

Restore db from dump

mysql -u {username} -h {host} -p {db} < dump.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment