Page 1 of 1

How to realize HTTP Tunnel in MyDAC?(Not ssh,ssl)

Posted: Tue 21 Nov 2006 17:31
by jjyyy
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)
......

Posted: Wed 22 Nov 2006 11:13
by Antaeus
We are investigating the possibility to add such feature to MyDAC in one of future versions.

Re: How to realize HTTP Tunnel in MyDAC?(Not ssh,ssl)

Posted: Wed 22 Nov 2006 11:14
by wfoertsch
jjyyy 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)
......
yes this was a very interest feature request :D

Posted: Wed 22 Nov 2006 14:09
by snorkel
I would like to see this as well.

Posted: Wed 16 Jan 2008 07:22
by smcgo4
Has there been any progress on this. Will definitely purchase if http tunnelling is supported.

Cheers

Posted: Wed 16 Jan 2008 08:24
by Antaeus
Currently MyDAC is integrated with SecureBridge, which supports SHH tunneling and SSL.

Posted: Wed 16 Jan 2008 10:59
by smcgo4
Antaeus wrote: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 me :(

Posted: Wed 16 Jan 2008 13:18
by Antaeus
We do not plan to implement http tunneling in nearest future, because in the meantime we have many tasks of a higher priority.

Posted: Thu 17 Jan 2008 01:47
by smcgo4
Thank you for your information and candour.