Skip to content

Instantly share code, notes, and snippets.

@AlexanderRD
Created September 11, 2014 11:14
Show Gist options
  • Save AlexanderRD/199915cf6f2a5bdc78b8 to your computer and use it in GitHub Desktop.
Save AlexanderRD/199915cf6f2a5bdc78b8 to your computer and use it in GitHub Desktop.
Perform mysqldump from remote server to local directory
mysqldump -hServerName.co.za -uUsername -pPassword dataBaseName > /Local/directory/backup_name.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment