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

Both sides previous revisionPrevious revision
Next revision
Previous revision
connect_to_remote_mysql_through_putty_windows_client_linux_server [2016/02/23 15:38] 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 
  
Line 11: Line 15:
 {{:putty_mysql2.png|}} {{: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.1456241896.txt.gz · Last modified: 2016/02/23 15:38 by admin