I need to do an ssh tunnel to connect to a mysql server. if i do :
me@local> mysql -h host -u user -p pwd
I get a 100 error
I have an ssh account on a distant server and this command works :
me@ssh-server> mysql -h host -u user -p pwd
I would like to create a ssh tunnel but i cannot figure out the propper command. Anybody got an idea ?