Skip to content

Instantly share code, notes, and snippets.

@vivianspencer
Created May 29, 2014 08:10
Show Gist options
  • Save vivianspencer/77fb9f39656f3ec4934d to your computer and use it in GitHub Desktop.
Save vivianspencer/77fb9f39656f3ec4934d to your computer and use it in GitHub Desktop.
Access MySQL Server Remotely Over SSH
ssh -L 3306:localhost:3306 username@host
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment