Page 1 of 1
MySQL connection
Posted: Thu 14 Jun 2007 01:22
by teunis
ScB. for Delphi 6 was downloaded
In the manual TMySSHIOHandler is mentioned. Unfortunately I can't find it
in the SecureBridge components nor the MyDac components.
With ScSSHClient, ScSSHChannel, ScFileStorage I can make a tunnel to
the server where mysqld is running.
it works fine.
1] How to get TMySQLIOHandler?
2] Which one runs faster, safer etc. MySSHIOHandler OR ScSSHChannel?

Posted: Thu 14 Jun 2007 10:07
by Dimon
In order to connect to MySQL server using SSH, you should use the TMySSHIOHandler component.
This component is included into MyDAC as a demo project. You can find this demo in the
MyDAC_InstDir\Demos\TechnologySpecific\SecureBridge\ directory.
MyDAC_InstDir is the MyDAC installation directory on your computer.
Posted: Thu 14 Jun 2007 12:02
by teunis
No it is not there.
I am using MyDAC 5.00.0.4 for D6
How to get it?
By the way. Connection and executing Querries is also possible
with the ScSSHChannel.
Can anyone who has experience withSecureBridge tell me which connection
is better faster etc.
Teunis
Posted: Fri 15 Jun 2007 06:25
by Dimon
You can find the TMySSHIOHandler component in the new MyDAC build. You can download it with the following link:
http://crlab.com/mydac/mydac6.exe
Posted: Thu 21 Jun 2007 10:10
by mvalent
Dimon wrote:
MyDAC_InstDir\Demos\TechnologySpecific\SecureBridge\ directory.
MyDAC_InstDir is the MyDAC installation directory on your computer.
This is not correct in Vista !!!!
In Vista the Demos directory is NOT in the MyDAC install directory.
Posted: Thu 21 Jun 2007 15:06
by Dimon
Because of peculiarities of Windows Vista, MyDAC installs demo projects in the following directory:
Documents and Settings\All Users\Documents\CoreLab\MyDac for Delphi 2007\Demos\