Skip to content

Instantly share code, notes, and snippets.

@pauldonnelly
Last active August 29, 2015 14:08
Show Gist options
  • Save pauldonnelly/08371852f5941dcfcda1 to your computer and use it in GitHub Desktop.
Save pauldonnelly/08371852f5941dcfcda1 to your computer and use it in GitHub Desktop.
MYSQL DUMP :: Log into folder where you want the SQL Dump to be placed
mysqldump -uUSER -pPASSWORD DBTABLE > dbbackup-25022014.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment