mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
Made documentation better in mysqld_multi --help
This commit is contained in:
parent
8300f92b5a
commit
7a9e780a77
1 changed files with 5 additions and 4 deletions
|
@ -605,10 +605,11 @@ Options:
|
||||||
make sure you have mysqld in your PATH or fix mysqld_safe.
|
make sure you have mysqld in your PATH or fix mysqld_safe.
|
||||||
Using: $mysqld
|
Using: $mysqld
|
||||||
Please note: Since mysqld_multi version 2.3 you can also
|
Please note: Since mysqld_multi version 2.3 you can also
|
||||||
give this option in groups [mysqld#]! This will be
|
give this option inside groups [mysqld#] in ~/.my.cnf,
|
||||||
recognized as a special option and will not be passed
|
where '#' stands for an integer (number) of the group in
|
||||||
to the mysqld. This will allow one to start different
|
question. This will be recognized as a special option and
|
||||||
mysqld versions with mysqld_multi.
|
will not be passed to the mysqld. This will allow one to
|
||||||
|
start different mysqld versions with mysqld_multi.
|
||||||
--no-log Print to stdout instead of the log file. By default the log
|
--no-log Print to stdout instead of the log file. By default the log
|
||||||
file is turned on.
|
file is turned on.
|
||||||
--password=... Password for user for mysqladmin.
|
--password=... Password for user for mysqladmin.
|
||||||
|
|
Loading…
Reference in a new issue