Skip to content

Instantly share code, notes, and snippets.

@mfurlend
Created October 4, 2014 22:58
Show Gist options
  • Save mfurlend/72de8e155d805ab65c0d to your computer and use it in GitHub Desktop.
Save mfurlend/72de8e155d805ab65c0d to your computer and use it in GitHub Desktop.
ssh tunnel for mysql
ssh -fNg -L 3307:127.0.0.1:3306 user@target_server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment