Loading...
MySQL 9.5 Reference Manual 9.5의 8.5.2 MySQL Enterprise Data Masking Components의 한국어 번역본입니다.
아래의 경우에 피드백에서 신고해주신다면 반영하겠습니다.
감사합니다 :)
8.5.2.1 MySQL Enterprise Data Masking Component Installation 8.5.2.2 Using MySQL Enterprise Data Masking Components 8.5.2.3 MySQL Enterprise Data Masking Component Function Reference 8.5.2.4 MySQL Enterprise Data Masking Component Function Descriptions 8.5.2.5 MySQL Enterprise Data Masking Component Variables
MySQL Enterprise Data Masking은 다음 요소들을 구현합니다:
dictionary 및 term의 퍼시스턴트 스토리지를 위한 테이블.
component_masking이라는 이름의 컴포넌트로,
masking 기능을 구현하고 이를 개발자를 위한 서비스
인터페이스로 노출합니다.
component_masking에서 사용하는 동일한 서비스 함수를
포함하고자 하는 개발자는
MySQL 소스 배포본의
internal\components\masking\component_masking.h
파일 또는
https://dev.mysql.com/doc/dev/mysql-server/latest
를 참고해야 합니다.
component_masking_functions라는 이름의
컴포넌트.이 loadable function 집합은 masking 및 비식별화 작업을
수행하기 위한 SQL 레벨 API를 가능하게 합니다. 일부 function은
MASKING_DICTIONARIES_ADMIN
동적 권한을 필요로 합니다.
8.5.1 Data-Masking Components Versus the Data-Masking Plugin
8.5.3 MySQL Enterprise Data Masking Plugin