mariadb-binlog
mariadb-binlog
is a utility included with MariaDB for processing binary log and relay log files.
The MariaDB server's binary log is a set of files containing "events" which represent modifications to the contents of a MariaDB database. These events are written in a binary (i.e. non-human-readable) format. The mariadb-binlog utility is used to view these events in plain text.
Prior to MariaDB 10.5, the client was called mysqlbinlog
. It can still be accessed under this name, via a symlink in Linux, or an alternate binary in Windows.
Last updated
Was this helpful?