Files
webmin/mysql/help/binlogs_enabled.html
Ilia Ross b3b81af34f Add MySQL binary log management
This PR adds a "Binary Logging" page to configure log format, file size and retention, rotate or purge logs, and support restore sessions that do not write back to binary logs.
2026-08-28 02:16:50 +02:00

7 lines
307 B
HTML

<header>Binary logging enabled?</header>
<p>When set to <b>Yes</b>, the database server writes all changes made to
databases to binary log files. These logs are needed for replication, and for
point-in-time recovery of backups. The server must be re-started for a change
to this option to take effect.</p>