Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello -
Been trying to do the same, however, we have differences as follows:
1. Using Talend 6.2.1 on Windows 10
2. Linux Server (RHEL 7 MySQL Package) separate from DB server
Goal is to setup DB connection from local PC (using Talend) to MySQL via SSH connection: Local PC -> SSH Connection (e.g. mdmuser/<password>) -> MySQL DB (e.g. talend_mdm_dev/<password>).
It is necessary to connect to Linux server first before accessing DB server.
hi
Never use "localhost" for hostname (but 127.0.0.1) if ssh host and mysql server on the same machine
Hope it helps
regards
laurent