Skip to content

Instantly share code, notes, and snippets.

@mspanish
Created August 21, 2013 01:34
Show Gist options
  • Save mspanish/6289430 to your computer and use it in GitHub Desktop.
Save mspanish/6289430 to your computer and use it in GitHub Desktop.
From http://www.actualtech.com/mysql_ssh.php SSH Tunnel for MySQL on OS X
ssh -C -N user_name@www.myhost.com -L 3307:127.0.0.1:3306
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment