Skip to content

Instantly share code, notes, and snippets.

@greyaperez
Created July 8, 2013 15:03
Show Gist options
  • Save greyaperez/5949605 to your computer and use it in GitHub Desktop.
Save greyaperez/5949605 to your computer and use it in GitHub Desktop.
MySQL Export
mysqldump -u {{USER}} -p{{PASS}} {{DB NAME}} > {{FILE}}.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment