QuestionQ57
Database SecurityWhich statement is accurate about MySQL Enterprise Transparent Data Encryption (TDE)?
- A MySQL TDE uses an appropriate keyring plugin to store the keys in a centralized location.
- B Both MyISAM and InnoDB tables can be encrypted by setting the keyring_engine = ALL variable in the MySQL configuration file.
- C Lost tablespace encryption keys can be regenerated only if the master database key is known or present in the Key Vault specification.
- D TDE can encrypt InnoDB and MyISAM tables only when the tables are stored in the SYSTEM tablespace.
Community Discussion