MySQL Workbench HTTP tunnel

httpMySQLtunneling

Is there way in MySQL Workbench to connect to a database via HTTP Tunnel?

I've used HTTP tunnel for a while with Navicat and I would like to connect on same way to a remote databases with MySQL Workbench.

Thank you in advance

Best Answer

Navicat probably uses a PHP script hosted on a web server to work via an HTTP tunnel, if it works like similar products. MySQL Workbench doesn't have that feature as far as I know. You'd have to tunnel via SSH as Steve Mayne suggests.