Manage your mysql production databases on slicehost using CocoaMySQL and tunnel through SSH
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

