mariadb-binlog
You are viewing questions related to 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.
Open Questions
-
Moving Binary Log Files
Hi, I am wondering if I can move binary log files without any issues, like ... -
mysqlbinlog --read-from-remote-server --host=localhost mariadb-bin.000001 -p --raw --stop-never
Hello, I have an master /slave replication, and I would like to backup binl...
Answered Questions
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.