Starting on version 8.0.16, MySQL server introduces a new command that allows
for the binary log master key rotation, online!
When binary log encryption is enabled, the binary log master key can be rotated online by using the following new command:
1 |
ALTER INSTANCE ROTATE BINLOG MASTER KEY; |
This new command can be used to rotate the binary log master key periodically or whenever you suspect that a key might have been compromised.…