Skip to content

Instantly share code, notes, and snippets.

@fprieur
Created November 14, 2014 14:59
Show Gist options
  • Save fprieur/4ff09b088779506ef9dc to your computer and use it in GitHub Desktop.
Save fprieur/4ff09b088779506ef9dc to your computer and use it in GitHub Desktop.
mysqldump with remote mysql server
nice -n15 mysqldump -h[remoteservername] -u [mysqluser] -p[mysqlpass] [databasename] > mydumpfile.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment