Files
webmin/mysql/help/binlogs_serverid.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

8 lines
390 B
HTML

<header>Unique server ID</header>
<p>A numeric ID identifying this server in a replication setup, which must be
different on every server that replicates with others. MySQL requires an ID to
be set when binary logging is enabled, so when this option is left as
<b>Default</b> and no ID is configured yet, an ID of <tt>1</tt> is used. On a
stand-alone server the value does not matter.</p>