How to realize HTTP Tunnel in MyDAC?(Not ssh,ssl)
How to realize HTTP Tunnel in MyDAC?(Not ssh,ssl)
HTTP Tunneling is a method for connecting to a MySQL server that uses the same protocol (http://) and the same port (port 80) as a webserver does. It is used while your ISPs do not allow direct connections to their MySQL server, but allows establishing HTTP connections.
Upload a php file to webserver. The php file exposes the MySQL API as a set of web-services which is used by MyDac.
Example products:
Navicat (http://www.navicat.com/)
SQLYog (http://www.webyog.com/)
Mysql-front
datadmin(http://datadmin.com)
EMS SQL Manager (http://www.sqlmanager.net/products/mysql/manager)
......
Upload a php file to webserver. The php file exposes the MySQL API as a set of web-services which is used by MyDac.
Example products:
Navicat (http://www.navicat.com/)
SQLYog (http://www.webyog.com/)
Mysql-front
datadmin(http://datadmin.com)
EMS SQL Manager (http://www.sqlmanager.net/products/mysql/manager)
......
Re: How to realize HTTP Tunnel in MyDAC?(Not ssh,ssl)
yes this was a very interest feature requestjjyyy wrote:HTTP Tunneling is a method for connecting to a MySQL server that uses the same protocol (http://) and the same port (port 80) as a webserver does. It is used while your ISPs do not allow direct connections to their MySQL server, but allows establishing HTTP connections.
Upload a php file to webserver. The php file exposes the MySQL API as a set of web-services which is used by MyDac.
Example products:
Navicat (http://www.navicat.com/)
SQLYog (http://www.webyog.com/)
Mysql-front
datadmin(http://datadmin.com)
EMS SQL Manager (http://www.sqlmanager.net/products/mysql/manager)
......
Currently MyDAC is integrated with SecureBridge, which supports SHH tunneling and SSL.
Unfortunately for me SSH and SSL are not options. The databases I am working with are behind a firewall that can only be accessed via HTTP tunnelling, so back to the drawing board for meAntaeus wrote:Currently MyDAC is integrated with SecureBridge, which supports SHH tunneling and SSL.