mysqlbinlog
MariaDB starting with 10.4.6
From MariaDB 10.4.6, mariadb-binlog
is a symlink to mysqlbinlog
.
MariaDB starting with 10.5.2
From MariaDB 10.5.2, mariadb-binlog
is the name of the tool, with mysqlbinlog
a symlink .
mysqlbinlog
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 mysqlbinlog utility is used to view these events in plain text.
Title | Description |
---|---|
Using mysqlbinlog | Viewing the binary log with mysqlbinlog. |
mysqlbinlog Options | Options supported by mysqlbinlog. |
Annotate_rows_log_event | Annotate_rows events accompany row events and describe the query which caused the row event. |
mariadb-binlog | Symlink or new name for mysqlbinlog. |
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.
© 2021 MariaDB
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
https://mariadb.com/kb/en/mysqlbinlog/