Skip to content

Instantly share code, notes, and snippets.

@eduardo-matos
Created August 21, 2014 12:34
Show Gist options
  • Select an option

  • Save eduardo-matos/1de92c5eae6457aa8d12 to your computer and use it in GitHub Desktop.

Select an option

Save eduardo-matos/1de92c5eae6457aa8d12 to your computer and use it in GitHub Desktop.
mysqldump -u <user> -p --host=<host> --port=<port> <database> > <filename>.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment