Skip to content

Instantly share code, notes, and snippets.

@samhotchkiss
Created September 4, 2013 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samhotchkiss/6438586 to your computer and use it in GitHub Desktop.
Save samhotchkiss/6438586 to your computer and use it in GitHub Desktop.
Transmit make MySQL dump right there
cd YOUR/PATH && mysqldump -u YOUR_USERNAME -pYOUR_PASSWORD YOUR_DB_NAME >dbdump1s7816.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment