Created
December 16, 2010 18:47
-
-
Save dwaynemac/743787 to your computer and use it in GitHub Desktop.
Make ssh tunnel from mysql server to local machine on port 3007
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh -L 3307:127.0.0.1:3306 USERNAME@SERVER |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment