Skip to content

Instantly share code, notes, and snippets.

@fernyb
Created December 12, 2011 18:40
Show Gist options
  • Select an option

  • Save fernyb/1468509 to your computer and use it in GitHub Desktop.

Select an option

Save fernyb/1468509 to your computer and use it in GitHub Desktop.
ssh mysql tunnel
ssh -L 3307:domain.name.of.mysqlserver:3306 username@domain.name.of.gatewayserver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment