Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Pls can anyone help with the process of using the tMySqlInput to connect to a database via SSH connection.
Hi
you can not do this from tMySQLInput component, but you can create ssh tunnel outside of Talend (with several gui tools) or right from Talend with tSystem component:
ssh -L 1234:localhost:3306 mysql.server.remote
after this you need use new localhost and new port (1234 in example) in tMySQLInput settings
UPDATE:
of course you must have installed/enabled ssh command in case of Windows machine if choose command-line (tSystem) way
Thanks for the reply.
However for the tSystem option will it need to be connected to the tMySqlInput ???