HostGator SSH MySQL

[expired user #8131]'s profile image [expired user #8131] posted 10 years ago in General Permalink
Hi, Hopping someone can help me here. I currently have shared hosting through hostgator and I beleive SSH Tunnel is not supported to connect to MySQL.

I am wanting to setup a vba process to transfer data to MySql (Host Gator) and want do to so securely. As Tunneling is not supported, I am wondering if I connect through SSH via plink (plink -ssh -P 2222 domain@name) and then connect to my sql db through VBA, is this secure or am I missing something.

Thanks in Advance
[expired user #8131]'s profile image [expired user #8131] posted 10 years ago Permalink
Anyone..... sorry for impatience, very frustrating
jfalch's profile image jfalch posted 10 years ago Permalink
if tunneling is not supported (ie ssh will not accept port forwardings), you will most probably not be able to change that by using vba. afaik, there is no inherent magic in vba that could access a remote mysql server when there is no port forwarding. or would that use a REST based approach over http ?

Please login to leave a reply, or register at first.