manual.texi tweaks

parent b2b0b4db
...@@ -5464,7 +5464,7 @@ Finish the install process. ...@@ -5464,7 +5464,7 @@ Finish the install process.
@subsubsection Preparing the Windows MySQL Environment @subsubsection Preparing the Windows MySQL Environment
Starting with MySQL 3.23.38, the Windows distribution includes Starting with MySQL 3.23.38, the Windows distribution includes
both the normal and the @strong{MySQL-Max} server binaries. both the normal and the MySQL-Max server binaries.
Here is a list of the different MySQL servers you can use: Here is a list of the different MySQL servers you can use:
@multitable @columnfractions .20 .80 @multitable @columnfractions .20 .80
...@@ -5836,8 +5836,8 @@ The extended MySQL binary distribution is marked with the ...@@ -5836,8 +5836,8 @@ The extended MySQL binary distribution is marked with the
@code{-max} suffix and is configured with the same options as @code{-max} suffix and is configured with the same options as
@code{mysqld-max}. @xref{mysqld-max, , @code{mysqld-max}}. @code{mysqld-max}. @xref{mysqld-max, , @code{mysqld-max}}.
If you want to use the @code{MySQL-Max} RPM, you must first If you want to use the MySQL-Max RPM, you must first
install the standard @code{MySQL} RPM. install the standard MySQL RPM.
@item @item
If you want to configure @code{mysqld} with some extra features that are If you want to configure @code{mysqld} with some extra features that are
...@@ -17616,6 +17616,7 @@ The script @code{mysqlhotcopy} does use this method. ...@@ -17616,6 +17616,7 @@ The script @code{mysqlhotcopy} does use this method.
@item @item
@cindex log files, names @cindex log files, names
@cindex @code{mysqlbinlog}
Stop @code{mysqld} if it's running, then start it with the Stop @code{mysqld} if it's running, then start it with the
@code{--log-update[=file_name]} option. @xref{Update log}. The update @code{--log-update[=file_name]} option. @xref{Update log}. The update
log file(s) provide you with the information you need to replicate log file(s) provide you with the information you need to replicate
...@@ -21741,7 +21742,7 @@ feature. It just installs the @code{mysqld-max} executable and ...@@ -21741,7 +21742,7 @@ feature. It just installs the @code{mysqld-max} executable and
@code{safe_mysqld} will automatically use this executable when @code{safe_mysqld} will automatically use this executable when
@code{safe_mysqld} is restarted. @code{safe_mysqld} is restarted.
The following table shows which table types our standard @strong{MySQL-Max} The following table shows which table types our standard MySQL-Max
binaries includes: binaries includes:
@multitable @columnfractions .15 .10 .10 @multitable @columnfractions .15 .10 .10
...@@ -23402,12 +23403,13 @@ files until you are sure that no slave will ever need to use them. ...@@ -23402,12 +23403,13 @@ files until you are sure that no slave will ever need to use them.
One way to do this is to do @code{mysqladmin flush-logs} once a day and then One way to do this is to do @code{mysqladmin flush-logs} once a day and then
remove any logs that are more than 3 days old. remove any logs that are more than 3 days old.
@cindex @code{mysqlbinlog}
You can examine the binary log file with the @code{mysqlbinlog} command. You can examine the binary log file with the @code{mysqlbinlog} command.
For example, you can update a MySQL server from the binary log For example, you can update a MySQL server from the binary log
as follows: as follows:
@example @example
mysqlbinlog log-file | mysql -h server_name shell> mysqlbinlog log-file | mysql -h server_name
@end example @end example
You can also use the @code{mysqlbinlog} program to read the binary log You can also use the @code{mysqlbinlog} program to read the binary log
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment