DAC for MySQL

TMySQLDatabase.Properties.SSLCert

Previous Next

File containing the X.509 certificate.

Syntax:

property SSLCert: String;

Description:

SSLCert is a string property that represents the file name that contains the content for the X.509 certificate.

To use SSL connections between the MySQL server and client programs, your system must be able to support OpenSSL and your version of MySQL must be 4.0.0 or newer. Please refer to the MySQL manual for details: http://dev.mysql.com/doc/