I want to connect HeidiSQL to my database server running on shared hosting. My shared host does not allow direct connection to the database from remote hosts - only localhost connections from php running on the shared host.
Are there are php proxies out there I can use to get around this restriction? I would like to connect to the database with HeidiSQL with a php script acting as a transparent proxy.
This seems theoretically possible but I don't think the tool exists.