Gandi.net Groups

Gandi AI: How to use CocoaMySQL on Gandi AI

You should be logged in to post new messages. Create an account.

CocoaMySQL is a MySQL admin client for Mac OS X.

1. Establish a SSH tunnel in terminal:
ssh -NC admin@[your server IP]  -L 3306/127.0.0.1/3306
2. Enter your server account pwd at the prompt.
3. Log on with CocoaMySQL:
Host: 127.0.0.1
User: admin
Password: [your mysql root password]
Port: 3306