mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
manual.texi restrict scope of a mysql.server comment
This commit is contained in:
@@ -23164,10 +23164,12 @@ to the log file (by default named @file{'hostname'.log}). This log can
|
|||||||
be very useful when you suspect an error in a client and want to know
|
be very useful when you suspect an error in a client and want to know
|
||||||
exactly what @code{mysqld} thought the client sent to it.
|
exactly what @code{mysqld} thought the client sent to it.
|
||||||
|
|
||||||
By default, the @code{mysql.server} script starts the MySQL
|
@c Note: this instance of "safe_mysql" should not be changed to "mysqld_safe"
|
||||||
server with the @code{-l} option. If you need better performance when
|
@c because it's a 3.23.x-specific command
|
||||||
you start using MySQL in a production environment, you can
|
Older versions of the @code{mysql.server} script (from MySQL 3.23.4 to 3.23.8)
|
||||||
remove the @code{-l} option from @code{mysql.server} or change it to
|
pass @code{safe_mysqld} a @code{--log} option. If you need better performance
|
||||||
|
when you start using MySQL in a production environment, you can remove the
|
||||||
|
@code{--log} option from @code{mysql.server} or change it to
|
||||||
@code{--log-bin}.
|
@code{--log-bin}.
|
||||||
|
|
||||||
The entries in this log are written as @code{mysqld} receives the questions.
|
The entries in this log are written as @code{mysqld} receives the questions.
|
||||||
|
Reference in New Issue
Block a user