MySQL 8.0 Database Administrator — Question 115

Which statement is true about MySQL Enterprise Transparent Data Encryption (TDE)?

Answer options

Correct answer: A

Explanation

The correct answer is A because MySQL TDE indeed employs a keyring plugin to manage encryption keys centrally. Option B is incorrect as MyISAM tables cannot be encrypted with TDE; it's specific to InnoDB. Option C is misleading since regeneration of lost keys is not dependent solely on the master database key being present, and option D is false because TDE supports encryption for InnoDB tables regardless of the tablespace.