Skip to content

Instantly share code, notes, and snippets.

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 alwerner/f554cb04a0cc6acad22d to your computer and use it in GitHub Desktop.
Save alwerner/f554cb04a0cc6acad22d to your computer and use it in GitHub Desktop.
hostname represents the ssh config host name
$ ssh hostname
$ mysql -u root
$ show databases;
// copy desired DB_NAME
$ exit // exit mysql console
$ exit // exit ssh connection
$ ssh hostname mysqldump -u root DB_NAME>~/Desktop/DB_NAME.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment