Commit 85929a16 authored by unknown's avatar unknown

manual.texi 1) manual says mysql.server uses "user"; it doesn't.

manual.texi	2) manual says mysql.server uses "bindir"; it doesn't.


Docs/manual.texi:
  1) manual says mysql.server uses "user"; it doesn't.
  2) manual says mysql.server uses "bindir"; it doesn't.
parent dd7e7257
......@@ -10176,23 +10176,23 @@ this:
datadir=/usr/local/mysql/var
socket=/tmp/mysqld.sock
port=3306
user=mysql
[mysql.server]
user=mysql
basedir=/usr/local/mysql
@end example
The @code{mysql.server} script uses the following variables:
@code{user}, @code{datadir}, @code{basedir}, @code{bindir}, and
@code{pid-file}.
The @code{mysql.server} script understands the following options:
@code{datadir}, @code{basedir}, and @code{pid-file}.
The following table shows which option sections each of the startup script
uses:
The following table shows which option groups each of the startup scripts
read from option files:
@multitable @columnfractions .20 .80
@item @strong{Script} @tab @strong{Option groups}
@item @code{mysqld} @tab @code{mysqld} and @code{server}
@item @code{mysql.server} @tab @code{mysql.server}, @code{mysqld} and @code{server}
@item @code{safe_mysqld} @tab @code{mysql.server}, @code{mysqld} and @code{server}
@item @code{mysql.server} @tab @code{mysql.server}, @code{mysqld}, and @code{server}
@item @code{safe_mysqld} @tab @code{mysql.server}, @code{mysqld}, and @code{server}
@end multitable
@xref{Option files}.
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