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.
-
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