binlogs
Binlogs, short for binary logs, are a server-side log used by MySQL-compatible database systems to record data-changing events in a binary format. They are a core mechanism for replication, point-in-time recovery, and auditing, and are produced only when binary logging is enabled on the server.
Contents and formats: A binlog contains events that describe changes to data, such as row updates, deletions,
Administration and maintenance: Important settings include enabling or disabling binary logging, choosing the binlog format, controlling
Usage and limitations: In replication, slaves read the master’s binlog and apply the recorded changes to stay