Online Documentation for SQL Manager for MySQL
HTTP tunneling options
The HTTP Tunneling section of the Database Registration Info dialog allows you to enable/disable HTTP tunneling for connection to the database and set the necessary HTTP tunneling parameters.
Connect through the HTTP tunnel
Select this option to access MySQL server through the HTTP protocol in case of Internet access through HTTP proxy only, or if the server does not allow direct connections to MySQL, but allows HTTP connections.
In order to use HTTP tunneling for the connection, you need to upload the tunneling emsproxy.php script to the webserver and specify the URL in the corresponding box in the following format: http://webserver_address/emsproxy.php
See HTTP connection properties for details.
Note: In case of using this connection method, the response will be slower as compared to the direct connection or SSH Tunneling method, as the data are XML encoded and HTTP is stateless by nature.
Please note that either SSH tunneling, or HTTP tunneling can be used for one connection, but not both types simultaneously.
See also: |