Skip to content

Instantly share code, notes, and snippets.

@redteam-snippets
Created March 8, 2012 16:54
Show Gist options
  • Save redteam-snippets/2002044 to your computer and use it in GitHub Desktop.
Save redteam-snippets/2002044 to your computer and use it in GitHub Desktop.
MySQL: Backup Database
mysqldump --opt -u dbuser -p dbname > filename.back.dump
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment