Connecting to a MySQL server via SSH

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
yeohray2
Posts: 21
Joined: Thu 08 May 2014 15:49

Connecting to a MySQL server via SSH

Post by yeohray2 » Tue 14 May 2019 12:40

Can I use Unidac to connect to a MySQL server that uses SSH? Using MySQL Workbench's 'Standard TCP/IP over SSH' connection method, there are a few options that I cannot find in Unidac (SSH Hostname, SSH Username, SSH Password, SSH Key File).

Thank you.

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Connecting to a MySQL server via SSH

Post by ViktorV » Tue 14 May 2019 12:58

You can use MyDAC with SecureBridge components to connect to MySQL database, using SSH protocol.
You can obtain information about connecting to MySQL server using SSH in our documentation: https://www.devart.com/mydac/docs/?secu ... ctions.htm. You can see an example of MyDAC and securebridge coworking in demo projects: %MyDACDemos%\TechnologySpecific\securebridge, where %MyDACDemos% is MyDAC of demo projects an installation path on your computer.

Post Reply