MySQL 8.0 参考手册  / 第 6 章 安全  / 6.4 安全组件和插件  /  6.4.4 MySQL 密钥环

6.4.4 MySQL 密钥环

MySQL 服务器支持密钥环,使内部服务器组件和插件能够安全地存储敏感信息以供以后检索。实施包括以下要素:

警告

对于加密密钥管理, keyring_filekeyring_encrypted_file插件并非旨在作为法规遵从性解决方案。PCI、FIPS 等安全标准要求使用密钥管理系统来保护、管理和保护密钥库或硬件安全模块 (HSM) 中的加密密钥。

在 MySQL 中,密钥环服务消费者包括:

For general keyring installation instructions, see Section 6.4.4.1, “Keyring Plugin Installation”. For installation and configuration information specific to a given keyring plugin, see the section describing that plugin.

For information about using the keyring functions, see Section 6.4.4.8, “General-Purpose Keyring Key-Management Functions”.

密钥环插件和函数访问提供密钥环接口的密钥环服务。有关访问此服务和编写密钥环插件的信息,请参阅 第 5.5.6.2 节“密钥环服务”编写密钥环插件