Created
June 24, 2020 03:26
-
-
Save elizov/16e743220294952b91ea3a6215b995f5 to your computer and use it in GitHub Desktop.
MySQL tunnel to remote server
This file contains 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 -N -L 3306:127.0.0.1:3306 [USER]@[SERVER_IP] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment