diff options
author | paul@teton.kitebird.com <> | 2001-06-12 15:32:11 -0500 |
---|---|---|
committer | paul@teton.kitebird.com <> | 2001-06-12 15:32:11 -0500 |
commit | 735efdbfd3605821f2c9d4b2dc433ec63fdef12a (patch) | |
tree | 8ff821049c0a943e1e0ba4af0139cc67bf947d4f | |
parent | 16d50ca46d41060240dffc761f12144395150ff6 (diff) | |
download | mariadb-git-735efdbfd3605821f2c9d4b2dc433ec63fdef12a.tar.gz |
manual.texi Any server can be installed as a service under NT
-rw-r--r-- | Docs/manual.texi | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 9729033b56b..228528292f1 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -9017,10 +9017,11 @@ course. For example, using @code{mysqld-opt} under NT will not allow named pipe connections. You should use either @code{mysqld-nt} or @code{mysqld-max-nt}.) -If @code{mysqld} doesn't start, please check whether or not the -@file{\mysql\data\mysql.err} file contains any reason for this. You can also -try to start the server with @code{mysqld --standalone}; In this case, you may -get some useful information on the screen that may help solve the problem. +If @code{mysqld} doesn't start, please check the +@file{\mysql\data\mysql.err} file to see if the server wrote any message +there to indicate the cause of the problem. You can also try to start +the server with @code{mysqld --standalone}; In this case, you may get +some useful information on the screen that may help solve the problem. The last option is to start @code{mysqld} with @code{--standalone --debug}. In this case @code{mysqld} will write a log file @@ -9052,9 +9053,9 @@ or C:\> C:\mysql\bin\mysqld-max-nt --install @end example -(You can also use @code{mysqld} binaries that don't end with -@code{-nt.exe} on NT, but those cannot be started as a service or use -named pipes.) +(Under Windows NT, you can actually install any of the server binaries +as a service, but only those having names that end with @code{-nt.exe} +provide support for named pipes.) You can start and stop the @strong{MySQL} service with these commands: |