[MDEV-8813] Allow mysqlbinlog read encrypted binary logs Created: 2015-09-17 Updated: 2024-01-08 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Encryption, Scripts & Clients |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Sergei Golubchik |
| Resolution: | Unresolved | Votes: | 10 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
Allow mysqlbinlog decrypt binary logs. |
| Comments |
| Comment by Ralf Gebhardt [ 2017-05-18 ] |
|
The current option to get binary logs decrypted is mysqlbinlog used with the parameter --read-from-remote-server, as only the server has access to the keys via the Encryption Plugin API and Plugin. Be aware this adds load to the server. |
| Comment by Geoff Montee (Inactive) [ 2018-12-20 ] |
|
I added a note about this to the documentation: https://mariadb.com/kb/en/library/encrypting-binary-logs/#effects-of-encryption-on-mysqlbinlog |
| Comment by Rick Pizzi [ 2024-01-08 ] |
|
Just found out that there is NO WAY to read encrypted relay logs from outside the server. We really need to add decode capabilities to mysqlbinlog tool instead of relying on server to do the decode. |