Documentation Home
MySQL 8.3 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 40.8Mb
PDF (A4) - 40.9Mb
Man Pages (TGZ) - 294.0Kb
Man Pages (Zip) - 409.0Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb
Excerpts from this Manual

MySQL 8.3 Reference Manual  /  ...  /  Creating SSL and RSA Certificates and Keys

8.3.3 创建 SSL 和 RSA 证书和密钥

以下讨论描述了如何在 MySQL 中创建 SSL 和 RSA 支持所需的文件。文件创建可以使用 MySQL 本身提供的设施或直接调用 openssl 命令。

SSL 证书和密钥文件使 MySQL 能够支持使用 SSL 的加密连接。见 第 8.3.1 节,“配置 MySQL 使用加密连接”

RSA 密钥文件使 MySQL 能够支持在未加密连接上使用安全密码交换的账户,通过 sha256_passwordcaching_sha2_password 插件进行身份验证。见 第 8.4.1.3 节,“SHA-256 可插拔身份验证”,和 第 8.4.1.2 节,“Caching SHA-2 可插拔身份验证”