Files
webmin/mysql/help/binlogs.html
2026-08-28 02:46:40 +02:00

20 lines
979 B
HTML

<header>Binary Logging</header>
This page can be used to enable or disable binary logging on the MySQL or
MariaDB database server, and to manage existing binary log files. Binary logs
record all changes made to databases, and are needed for replication and for
point-in-time recovery of backups. <p>
When binary logging is enabled, log files are written under the configured
base name and grow as changes are made. To stop them from filling up the disk,
a retention period can be set after which old logs are automatically deleted,
or old logs can be deleted immediately on the <b>Delete Logs</b> tab. The
button at the bottom of the page closes the current log and starts a new one,
giving backups and log deletion a clean boundary. <p>
Configuration changes only take effect once the MySQL server is re-started,
either with the <b>Save and Restart MySQL</b> button or using the buttons on
the module's main page. Deleting and rotating logs happen immediately. <p>
<footer>