Skip to content
On this page

使用ssh转发远程的端口到localhost

sh
ssh -L 3306:localhost:3306 username@remote_host