User Tools

Site Tools


connect_to_remote_mysql_through_putty_windows_client_linux_server

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
connect_to_remote_mysql_through_putty_windows_client_linux_server [2016/02/23 15:35] – created adminconnect_to_remote_mysql_through_putty_windows_client_linux_server [2016/03/01 08:56] (current) admin
Line 1: Line 1:
 +===== 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  Fire up putty and connect to your server as usual 
  
 Change putty tunnel settings as following: Change putty tunnel settings as following:
  
 +{{:putty_mysql0.png|}}
 +
 +{{:putty_mysql1.png|}}
 +
 +You can now connect to mysql as it would be local
 +
 +{{:putty_mysql2.png|}}
 +
 +that's all the magic
 +
 +
 +====For Linux/Linux use====
 +<code>
 +ssh login@server -L 3306:127.0.0.1:3306 -N
 +</code>
  
connect_to_remote_mysql_through_putty_windows_client_linux_server.1456241709.txt.gz · Last modified: 2016/02/23 15:35 by admin