Page 1 of 1

security port 3306

Posted: Thu 19 Feb 2009 21:18
by alpha
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

Posted: Fri 20 Feb 2009 15:21
by Dimon
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/