Archive for the 'MySQL' Category

How to connect to Mysql using SSH in Windows

Goal: Connect to MySQL server securely using SSH.
Instead of opening a port to connect directly, a SSH tunnel will be created first that will carry out all the communication securely between my laptop and remote server.
I have this setup:

Laptop:

Windows 7.
SQLyog Community edition (version 8.18, I really like this version)

Server:

Ubuntu
SSH enabled
MySQL server listening in localhost traditional [...]