Link to home
Start Free TrialLog in
Avatar of error77
error77

asked on

Connect to MySQL Via SSH Tunnel

Hi all,

I need to connect to mySql on a remote server via SSH but cannot get it to work.

I don't know what I need to do to get it working.

I have a mySQL client app for windows that won't connect. So I've tried putty and THEN the client but still no connection.

I've talked to my host and they've said I just need to connect.

Can anyone provide a simple instruction for dummies please?

Thanks
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

See here: http://dev.mysql.com/doc/refman/5.0/en/secure-connections.html   Also, find "have ssl" in the Variables for that MySQL server.  If it says 'YES', then SSL is enabled and running.  If it says 'DISABLED', the server was not started with the correct options.  And if it says anything else or isn't even listed, then SSL isn't available.
ASKER CERTIFIED SOLUTION
Avatar of Keith Brown
Keith Brown
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial