Skip to content

Instantly share code, notes, and snippets.

@elizov
Created June 24, 2020 03:26
Show Gist options
  • Save elizov/16e743220294952b91ea3a6215b995f5 to your computer and use it in GitHub Desktop.
Save elizov/16e743220294952b91ea3a6215b995f5 to your computer and use it in GitHub Desktop.
MySQL tunnel to remote server
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