Skip to content

Instantly share code, notes, and snippets.

@mdaley
Created October 15, 2015 13:58
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 mdaley/ff1290583b6989b201a2 to your computer and use it in GitHub Desktop.
Save mdaley/ff1290583b6989b201a2 to your computer and use it in GitHub Desktop.
e.g.
ssh -L 3307:dbserver...com:3306 me@someserver...com -N
locally: mysql -h 127.0.0.1 --port 3307 -u dbname -p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment