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  /  ...  /  MySQL Enterprise Data Masking and De-Identification Components

8.5.2 MySQL 企业数据屏蔽和去标识组件

MySQL 企业数据屏蔽和去标识实现了这些元素:

  • 一个用于持久存储词典和术语的表。

  • 一个名为 component_masking 的组件,它实现了屏蔽功能并将其作为服务接口提供给开发者。

    希望将同样的服务函数用于 component_masking 的开发者应该查看 MySQL 源代码分布中的 internal\components\masking\component_masking.h 文件或 https://dev.mysql.com/doc/dev/mysql-server/latest。

  • 一个名为 component_masking_functions 的组件,提供可加载函数。

    该组件提供的可加载函数启用了 SQL 级别的 API,以执行屏蔽和去标识操作。一些函数需要 MASKING_DICTIONARIES_ADMIN 动态权限。