Skip to content

Instantly share code, notes, and snippets.

@philiparthurmoore
Created March 10, 2012 07:39
Show Gist options
  • Save philiparthurmoore/2010728 to your computer and use it in GitHub Desktop.
Save philiparthurmoore/2010728 to your computer and use it in GitHub Desktop.
Creating DB Backups via SSH
mysqldump --opt --user=dbusername --password=dbpassword --host=db.hostname.com dbname > /path/to/db-backup.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment