Manage your mysql production databases on slicehost using CocoaMySQL and tunnel through SSH

This is how to use CocoaMySQL and SSH tunneling to manage your databases more easily than the mysql command line

Note that if your ssh port is different than the standard 22, your tunnel line will look like this:

If 2020 is my port I created for ssh.

ssh -fNg -L 2020:127.0.0.1:3306 username@123.45.67.89 -p 2020

20080607-d4yurtjwwp3ghrefipf63aa9j3.png

Comments