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.
-
Using mariadb-binlog
Viewing the binary log with mariadb-binlog. -
mariadb-binlog Options
Options supported by mariadb-binlog. -
Annotate_rows_log_event
Annotate_rows events accompany row events and describe the query which caused the row event. -
mysqlbinlog
Old name for mariadb-binlog.
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.