diff options
author | monty@hundin.mysql.fi <> | 2001-11-28 14:52:11 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-11-28 14:52:11 +0200 |
commit | 69f6802632a9f0027041b53b1fcff78c51503f33 (patch) | |
tree | b5ae91cc685e7d8ed845e9ecbcd94e7f8857ea7f /man | |
parent | 5fedd2dda72f59c1a00525862a093bdaf042d034 (diff) | |
parent | 41afc03a85b92ac9d3bfe81a633631f17832b461 (diff) | |
download | mariadb-git-69f6802632a9f0027041b53b1fcff78c51503f33.tar.gz |
merge
Diffstat (limited to 'man')
-rw-r--r-- | man/mysqld_safe.1 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/man/mysqld_safe.1 b/man/mysqld_safe.1 index bffbecd6478..c900d193929 100644 --- a/man/mysqld_safe.1 +++ b/man/mysqld_safe.1 @@ -1,7 +1,6 @@ -.TH SAFE_MYSQLD 1 "19 December 2000" +.TH SAFE_MYSQLD 1 "19 December 2000" "safe_mysqld (mysql)" mysql.com .SH NAME -.BR mysqld_safe -is the recommended way to start a mysqld daemon on Unix. mysqld_safe adds some safety features such as restarting the server when an error occurs and logging run-time information to a log file. +mysqld_safe \- start the mysqld daemon on Unix. .SH SYNOPSIS .B mysqld_safe .RB [ \-\-basedir=\fP\fIpath\fP ] @@ -21,18 +20,19 @@ is the recommended way to start a mysqld daemon on Unix. mysqld_safe adds some s .RB [ \-\-timezone=# ] .RB [ \-\-user=# ] .SH DESCRIPTION +mysqld_safe adds some safety features such as restarting the server when an +error occurs and logging run-time information to a log file. +.BR .TP .BR \-\-basedir=\fP\fIpath \fP .TP -.BR \-\-core\-file\-size=# +.BR \-\-core\-file\-size=# +Size of the core file mysqld should be able to create. Passed to ulimit \-c. .TP .BR \-\-defaults\-extra\-file=\fP\fIpath \fP .TP .BR \-\-defaults\-file=\fP\fIpath \fP .TP -.BR \-\-open\-files=# -Size of the core file mysqld should be able to create. Passed to ulimit \-c. -.TP .BR \-\-datadir=\fP\fIpath \fP .TP .BR \-\-err\-log=\fP\fIpath \fP @@ -76,8 +76,8 @@ which1 (1), zap (1), .SH AUTHOR Ver 1.0, distribution 3.23.29a -Michael (Monty) Widenius (monty@tcx.se), -TCX Datakonsult AB (http://www.tcx.se). +Michael (Monty) Widenius (monty@mysql.com), +MySQL AB (http://www.mysql.com). This software comes with no warranty. Manual page by L. (Kill-9) Pedersen (kill-9@kill\-9.dk), Mercurmedia Data Model Architect / |