Hey all. How does one use the SSH connection option. I have a MySQL server running on a network where I can log onto with SSH.
To connect I have been using
SSH me@someip -L 3306:serverip:3306 from the terminal to set up a tunnel
and then use CocoaMySQL connectiong to 127.0.0.1 and everything is nice. However, methinks I can use the tunnel login. How is it used in this setting?
Steve
Log in to post a comment.
Hey all. How does one use the SSH connection option. I have a MySQL server running on a network where I can log onto with SSH.
To connect I have been using
SSH me@someip -L 3306:serverip:3306
from the terminal to set up a tunnel
and then use CocoaMySQL connectiong to 127.0.0.1 and everything is nice. However, methinks I can use the tunnel login. How is it used in this setting?
Steve