MySQL Variables ssl_ca 数据库 参数变量解释及正确配置使用


本站中文解释

MySQL参数ssl_ca用于指定客户端及服务器之间进行SSL连接时,服务器使用的客户端证书的数字证书认证文件的完整路径名。

要设置ssl_ca,可以使用下面的语句:

SET GLOBAL ssl_ca = ‘/path/to/ca.pem’;

官方英文解释

ssl_ca

Command-Line Format--ssl-ca=file_name
System Variablessl_ca
ScopeGlobal
DynamicNo
TypeFile name
Default ValueNULL

The path name of the Certificate Authority (CA) certificate
file in PEM format. The file contains a list of trusted SSL
Certificate Authorities.