Skip to content

Instantly share code, notes, and snippets.

@loicbisiere
Created November 15, 2017 19:05
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 loicbisiere/9e7a82623244fb6c3f7b99ebde62a238 to your computer and use it in GitHub Desktop.
Save loicbisiere/9e7a82623244fb6c3f7b99ebde62a238 to your computer and use it in GitHub Desktop.
mysqldump -h server -u user -ppassword -rdump.sql base
mysql -h server -u user -ppassword base < dump.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment