Further clarification/cleanup of Windows text.

parent 1928cae1
...@@ -10699,10 +10699,10 @@ the following command: ...@@ -10699,10 +10699,10 @@ the following command:
C:\mysql\bin> mysqladmin -u root shutdown C:\mysql\bin> mysqladmin -u root shutdown
@end example @end example
This calls the MySQL administation utility as user `root', which This calls the MySQL administation utility as user `@code{root}',
is the default Administrator in the MySQL grant system. Please which is the default @code{Administrator} in the MySQL grant system.
note that the MySQL grant system is wholly independent from any Please note that the MySQL grant system is wholly independent from
login users under Windows. any login users under Windows.
Now install the server service: Now install the server service:
...@@ -10711,32 +10711,34 @@ C:\mysql\bin> mysqld-max-nt --install ...@@ -10711,32 +10711,34 @@ C:\mysql\bin> mysqld-max-nt --install
@end example @end example
If any options are required, they must be specified as If any options are required, they must be specified as
``Startup parameters'' in the SCM utility before you ``@code{Start parameters}'' in the Windows @code{Services}
start the MySQL service. utility before you start the MySQL service.
The SCM Utility (Windows Service Control Manager) can The @code{Services} utility
be found in the Windows Control Panel. (@code{Windows Service Control Manager}) can be found in the
@code{Windows Control Panel} (under @code{Administrative Tools}
on Windows 2000). It is advisable to close the Services utility
while performing the @code{--install} or @code{--remove}
operations, this prevents some odd errors.
For information about which server binary to run, see For information about which server binary to run, see
@ref{Windows prepare environment}. @ref{Windows prepare environment}.
Please note that from MySQL version 3.23.44, you have the choice Please note that from MySQL version 3.23.44, you have the choice
of set up the service as Manual instead (if you don't wish the of set up the service as @code{Manual} instead (if you don't wish
SCM to automatically start the server during the boot process): the service to be started automatically during the boot process):
@example @example
C:\mysql\bin> mysqld-max-nt --install-manual C:\mysql\bin> mysqld-max-nt --install-manual
@end example @end example
The service is installed with the name @code{MySQL}. Once The service is installed with the name @code{MySQL}. Once
installed, it can be immediately started from the SCM utility, installed, it can be immediately started from the @code{Services}
or by using the command @code{NET START MySQL}. utility, or by using the command @code{NET START MySQL}.
Once running, @code{mysqld-max-nt} can be stopped using Once running, @code{mysqld-max-nt} can be stopped using
@code{mysqladmin}, from the SCM utility or by using the @code{mysqladmin}, from the Services utility or by using the
command @code{NET STOP MySQL}. command @code{NET STOP MySQL}.
If you use SCM to stop @code{mysqld-max-nt}, there is a strange
message from SCM about @code{mysqld shutdown normally}.
Please note that when run as a service, @code{mysqld-max-nt} Please note that when run as a service, @code{mysqld-max-nt}
has no access to a console and so no messages can be seen. has no access to a console and so no messages can be seen.
...@@ -10749,8 +10751,8 @@ service, try starting it with the full path: ...@@ -10749,8 +10751,8 @@ service, try starting it with the full path:
C:\> C:\mysql\bin\mysqld-max-nt --install C:\> C:\mysql\bin\mysqld-max-nt --install
@end example @end example
If this doesn't work, you can get @code{mysqld-max-nt} to start If this doesn't work, you can get @code{mysqld-max-nt} to
properly by fixing the path in the registry! start properly by fixing the path in the registry!
If you don't want to start @code{mysqld-max-nt} as a service, If you don't want to start @code{mysqld-max-nt} as a service,
you can start it as follows: you can start it as follows:
...@@ -10765,7 +10767,7 @@ or ...@@ -10765,7 +10767,7 @@ or
C:\> C:\mysql\bin\mysqld --standalone --debug C:\> C:\mysql\bin\mysqld --standalone --debug
@end example @end example
The last version gives you a debug trace in The last method gives you a debug trace in
@file{C:\mysqld.trace}. @xref{Making trace files}. @file{C:\mysqld.trace}. @xref{Making trace 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