MySQL over SSH (tunneling)

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ben
Posts: 119
Joined: Wed 17 Nov 2004 19:48

MySQL over SSH (tunneling)

Post by ben » Thu 18 Nov 2004 23:59

Hello,

i've seen some MySQL Managers on the market that can cannot to a mysql server using SSH tunneling. For example most hosting companies have only localhost connections enabled and you cant directly to your webserver mysql from home pc. Those manager can connect to MySQL that are restricted only to localhost connection doing an SSH tunnel. Of course it requires SSH account on the server, must most of servers have SSH telnet access.

Example products: Navicat (http://www.navicat.com/)
SQLYog (http://www.webyog.com/)

My question is if you are going to support SSH Tunneling on MyDAC components.

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Re: MySQL over SSH (tunneling)

Post by Ikar » Fri 19 Nov 2004 07:51

MyDAC doesn't have build-in SSH support but you can easy connect through installed SSH client just setting its address in parameters of TMyConnection.

mvalent
Posts: 62
Joined: Thu 04 Nov 2004 17:42

Post by mvalent » Fri 19 Nov 2004 08:15

You can use SecureBlackBox components for that.
(http://www.secureblackbox.com/download.html)

Post Reply