Android Question MySQL connection through SSH

Hello friends.

I need your help. I have a hosting service in namecheap.com (https://www.namecheap.com/). I'm currently developing a mobile app and want to connect with remote MySQL database but namecheap.com doesn't allow to use direct remote MySQL service. They only allow through SSH. I'm new to android programming and have some experience using jdbcSQL library. It can directly connect with remote MySQL database. But in namecheap.com I cannot use this library.

Is there any way to connect my app with the MySQL database in namecheap.com host through SSH?

IF there is please describe how to do it since I'm new to android programming.

Thank you
 
Top