It's a normal situation where one want to decode the binlog to understand in case a replication failed.
normally one would do:
$ mysqlbinlog --verbose --base64-output=DECODE-ROWS >
normally one would do:
$ mysqlbinlog --verbose --base64-output=DECODE-ROWS
Comment