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

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
jjyyy
Posts: 2
Joined: Tue 21 Nov 2006 16:43

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

Post by jjyyy » Tue 21 Nov 2006 17:31

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)
......

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Wed 22 Nov 2006 11:13

We are investigating the possibility to add such feature to MyDAC in one of future versions.

wfoertsch
Posts: 3
Joined: Mon 10 Apr 2006 10:57

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

Post by wfoertsch » Wed 22 Nov 2006 11:14

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

snorkel
Posts: 384
Joined: Tue 08 Aug 2006 15:10
Location: Milwaukee WI USA

Post by snorkel » Wed 22 Nov 2006 14:09

I would like to see this as well.

smcgo4
Posts: 3
Joined: Wed 16 Jan 2008 07:19

Post by smcgo4 » Wed 16 Jan 2008 07:22

Has there been any progress on this. Will definitely purchase if http tunnelling is supported.

Cheers

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Wed 16 Jan 2008 08:24

Currently MyDAC is integrated with SecureBridge, which supports SHH tunneling and SSL.

smcgo4
Posts: 3
Joined: Wed 16 Jan 2008 07:19

Post by smcgo4 » Wed 16 Jan 2008 10:59

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 :(

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Wed 16 Jan 2008 13:18

We do not plan to implement http tunneling in nearest future, because in the meantime we have many tasks of a higher priority.

smcgo4
Posts: 3
Joined: Wed 16 Jan 2008 07:19

Post by smcgo4 » Thu 17 Jan 2008 01:47

Thank you for your information and candour.

Post Reply