Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Remco1
Contributor III
Contributor III

How to create DB Connection over SSH?

How can I create a mysql DB Connection over SSH so I can execute queries? I've done some testing with tSSH and can connect to the remote server over SSH but how to query the mysql server to use it in my Talend Job?
Thnx Remco

Labels (2)
1 Reply
Anonymous
Not applicable

hi,

I use putty to forward port throught ssh connection  and query 'normally' in Talend.



queries on port 9999 will be redirect via ssh tunnel to port 3306.
So in Talend component you indicated port = 9999

hope it help