Skip to content

Instantly share code, notes, and snippets.

@gakshay
Created March 29, 2010 10:02
Show Gist options
  • Save gakshay/347686 to your computer and use it in GitHub Desktop.
Save gakshay/347686 to your computer and use it in GitHub Desktop.
# remote_cocoa_mysql
# this line is very useful when one wants to connect to remote mysql SERVER
# tested for COCOA-MYSQL client or SequelPro client (MAC MySql clients)
ssh -fNg -L 8888:127.0.0.1:3306 ssh_login@Slice-IP-Address
# ssh-login : gakshay
# Slice-IP-Address : gakshay.local
# It usually done through port forwarding from 3306 to 8888 (If I'm right)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment