ssh tunnel with different local port (server side and local)

How can I create ssh tunnel from my server mysql (localhost:3306) on server, and localhost:3307 on local machine. I can't use localhost 3306 on host machine, because I have local mysql server bind to 3306.

Some time ago I can setup port for server side and local side for tunneling, but now, I can't

0
1 comment

Have you tried to create SSH configuration, assign it to data source and specify db server name on 'general' tab?

0

Please sign in to leave a comment.