security port 3306

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
alpha
Posts: 9
Joined: Thu 15 Jan 2009 22:57

security port 3306

Post by alpha » Thu 19 Feb 2009 21:18

Hi all,

Probably a basic question wich has been asked before, but I couldn't find it.
I access a mysql database from my delphi application using port 3306 (although of course I can change the port number).
But this posses a severe security risk. Besides using things like ssl is there another way to avoid having a port open on the LAMP server?

Thanks
Simon

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Fri 20 Feb 2009 15:21

MyDAC supports two different ways to increase connection security. They are SSH and SSL. Both SSH and SSL can be implemented with SecureBridge components. Usage of SecureBridge is the handiest and fastest way to ensure protected connection to MySQL server.
You can read more about SecureBridge by the following link: http://devart.com/sbridge/

Post Reply