connect_to_remote_mysql_through_putty_windows_client_linux_server
Connect to remote mysql through putty (windows client / linux server)
aka tunneling ports through putty
Fire up putty and connect to your server as usual
Change putty tunnel settings as following:
You can now connect to mysql as it would be local
that's all the magic
For Linux/Linux use
ssh login@server -L 3306:127.0.0.1:3306 -N
connect_to_remote_mysql_through_putty_windows_client_linux_server.txt · Last modified: 2016/03/01 08:56 by admin