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 to mysqlbinlog. |
© 2019 MariaDB
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
https://mariadb.com/kb/en/mysqlbinlog/