MySQL Shell 9.2  /  MySQL Shell Utilities  /  Binary Log Dumping and Loading Utilities

12.7 Binary Log Dumping and Loading Utilities

The binary log dump and load utilities provide similar features to the mysqlbinlog utility, enabling multi-threaded dumps of multiple binlogs at once, compression of the dumped data and support for remote storage.They enable you to apply changes from a source to a target previously loaded with a dump created with util.dumpInstance(), allowing for point-in-time recovery.