I need to access the remote MYsql database from java which can be accessed only through ssh SSH tunneling works perfectly fine for my application as most of the linux systems come with built in ssh client. java.sql.Connection extension for SSH
what if i need to access the database from windows system, by using putty or some other ssh client.
can we do ssh tunneling in windows system as if in ubuntu systems.:)