Documentation Home
MySQL 8.4 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 39.8Mb
PDF (A4) - 39.9Mb
Man Pages (TGZ) - 257.9Kb
Man Pages (Zip) - 364.9Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb


MySQL 8.4 Reference Manual  /  ...  /  The MySQL Keyring

8.4.4 MySQL 密钥环

MySQL Server 支持一个密钥环,允许内部服务器组件和插件安全地存储敏感信息,以便后续检索。实现包括以下元素:

Warning

对于加密密钥管理,component_keyring_filecomponent_keyring_encrypted_file 组件不是作为法规遵从性解决方案的。安全标准,如 PCI、FIPS 等要求使用密钥管理系统来保护和管理加密密钥,以便在密钥库或硬件安全模块(HSM)中存储。

MySQL 中的密钥ring 服务消费者包括:

关于keyring安装的常规指南,请参阅第8.4.4.2节,“Keyring Component Installation”第8.4.4.3节,“Keyring Plugin Installation”。关于特定keyring组件或插件的安装和配置信息,请参阅描述该组件或插件的部分。

关于使用keyring函数的信息,请参阅第8.4.4.12节,“General-Purpose Keyring Key-Management Functions”

密钥环组件、插件和函数访问一个密钥环服务,该服务提供对密钥环的接口。关于访问该服务和编写密钥环插件,请见第7.6.9.2节,“The Keyring Service”,和编写密钥环插件