My database is on a remote server. I prefer to use ssh. In this case the database server ip address would be 127.0.0.1 and db user/pw and the ssh is a <url>:3306 with ssh user/pw.</url>
Is it possible? Would you have an example?
Thank you!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
My database is on a remote server. I prefer to use ssh. In this case the database server ip address would be 127.0.0.1 and db user/pw and the ssh is a <url>:3306 with ssh user/pw.</url>
Is it possible? Would you have an example?
Thank you!
Some suggestions are here
http://stackoverflow.com/questions/1968293/connect-to-remote-mysql-database-through-ssh-using-java
I am not sure what you want is this.
Last edit: Anu 2013-03-20
Yes!
Thank you