MySQL 8.0 Database Administrator — Question 57

Which two statements are true about the binary log encryption feature? (Choose two.)

Answer options

Correct answer: A, E

Explanation

Option A is correct because binary log encryption does indeed secure the connection threads of any slaves connecting to the master. Option E is also correct as the feature can be activated for individual sessions. Options B, C, and D are incorrect because they misrepresent how the binary log encryption feature operates; it cannot be set at runtime, does not require a keyring plugin, and does not encrypt existing logs retroactively.