mysqld_safe
— MySQL Server Startup Script
247
•
--help
[247]
Display a help message and exit. (Added in MySQL 5.0.3)
•
--autoclose
[247]
(NetWare only) On NetWare,
mysqld_safe
provides a screen presence. When you unload (shut
down) the
mysqld_safe
NLM, the screen does not by default go away. Instead, it prompts for user
input:
*<NLM has terminated; Press any key to close the screen>*
If you want NetWare to close the screen automatically instead, use the
--autoclose
[247]
option
to
mysqld_safe
.
•
--basedir=path
[247]
The path to the MySQL installation directory.
•
--core-file-size=size
[247]
The size of the core file that
mysqld
should be able to create. The option value is passed to
ulimit
-c
.
•
--datadir=path
[247]
The path to the data directory.
•
--defaults-extra-file=path
[247]
The name of an option file to be read in addition to the usual option files. This must be the first
option on the command line if it is used. As of MySQL 5.0.6, if the file does not exist or is otherwise
inaccessible, the server will exit with an error.
•
--defaults-file=file_name
[247]
The name of an option file to be read instead of the usual option files. This must be the first option on
the command line if it is used.
•
--ledir=path
[247]
If
mysqld_safe
cannot find the server, use this option to indicate the path name to the directory
where the server is located.
•
--log-error=file_name
[247]
Write the error log to the given file. See
Section 5.2.1, “The Error Log”
.
•
--mysqld=prog_name
[247]
The name of the server program (in the
ledir
directory) that you want to start. This option is
needed if you use the MySQL binary distribution but have the data directory outside of the binary
distribution. If
mysqld_safe
cannot find the server, use the
--ledir
[247]
option to indicate the
path name to the directory where the server is located.
•
--mysqld-version=suffix
[247]
This option is similar to the
--mysqld
[247]
option, but you specify only the suffix for the server
program name. The basename is assumed to be
mysqld
. For example, if you use
--mysqld-
version=debug
[247]
,
mysqld_safe
starts the
mysqld-debug
program in the
ledir
directory.
If the argument to
--mysqld-version
[247]
is empty,
mysqld_safe
uses
mysqld
in the
ledir
directory.
•
--nice=priority
[247]
Summary of Contents for 5.0
Page 1: ...MySQL 5 0 Reference Manual ...
Page 18: ...xviii ...
Page 60: ...40 ...
Page 396: ...376 ...
Page 578: ...558 ...
Page 636: ...616 ...
Page 844: ...824 ...
Page 1234: ...1214 ...
Page 1427: ...MySQL Proxy Scripting 1407 ...
Page 1734: ...1714 ...
Page 1752: ...1732 ...
Page 1783: ...Configuring Connector ODBC 1763 ...
Page 1793: ...Connector ODBC Examples 1773 ...
Page 1839: ...Connector Net Installation 1819 2 You must choose the type of installation to perform ...
Page 2850: ...2830 ...
Page 2854: ...2834 ...
Page 2928: ...2908 ...
Page 3000: ...2980 ...
Page 3122: ...3102 ...
Page 3126: ...3106 ...
Page 3174: ...3154 ...
Page 3232: ...3212 ...