Files
webmin/mysql/help/binlogs_base.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
297 B
HTML

<header>Binary log base name</header>
<p>The base name for binary log files, to which a sequence number like
<tt>.000001</tt> is appended. A relative name creates the logs in the server's
data directory, while an absolute path can be used to store them elsewhere,
such as on a separate disk.</p>