Hi guys !
I want to create a SSH tunnel from my mac to my webserver, in order to use MySQL Query Browser. I am not allowed to access the MySQL db from outside but I have an SSH access... (on port 2222)
Does someone know how to do this ?
Here are the command I tried :
Each time I got this error message from the console when I try to connect with MySQL Query Browser :
Guys would be great if you could help ! ;-)
I want to create a SSH tunnel from my mac to my webserver, in order to use MySQL Query Browser. I am not allowed to access the MySQL db from outside but I have an SSH access... (on port 2222)
Does someone know how to do this ?
Here are the command I tried :
Code:
ssh -p2222 -L 3306:localhost:3306 user@host
ssh -L 3306:localhost:3306 "-p2222 user@host"
Each time I got this error message from the console when I try to connect with MySQL Query Browser :
Code:
open failed: administratively prohibited: open failed
Guys would be great if you could help ! ;-)