Skip to content

Instantly share code, notes, and snippets.

@bmoredrew
Created January 7, 2014 06:14
Show Gist options
  • Save bmoredrew/8295317 to your computer and use it in GitHub Desktop.
Save bmoredrew/8295317 to your computer and use it in GitHub Desktop.
export-db-command-line
mysqldump -u username -p password my_db > my_db.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment