summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorunknown <jani@hynda.(none)>2002-08-05 19:06:48 +0300
committerunknown <jani@hynda.(none)>2002-08-05 19:06:48 +0300
commitcf6fa1f40fbb9d93c33e5275732bfb22cd164656 (patch)
treeb285b69036373d66be085710d19783995230e041 /scripts
parent925ee98bf605dd088595d1efb0e8648e35fd58d4 (diff)
downloadmariadb-git-cf6fa1f40fbb9d93c33e5275732bfb22cd164656.tar.gz
Made documentation better in mysqld_multi --help
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mysqld_multi.sh9
1 files changed, 5 insertions, 4 deletions
diff --git a/scripts/mysqld_multi.sh b/scripts/mysqld_multi.sh
index 83d12239472..1366a9ea713 100644
--- a/scripts/mysqld_multi.sh
+++ b/scripts/mysqld_multi.sh
@@ -605,10 +605,11 @@ Options:
make sure you have mysqld in your PATH or fix mysqld_safe.
Using: $mysqld
Please note: Since mysqld_multi version 2.3 you can also
- give this option in groups [mysqld#]! This will be
- recognized as a special option and will not be passed
- to the mysqld. This will allow one to start different
- mysqld versions with mysqld_multi.
+ give this option inside groups [mysqld#] in ~/.my.cnf,
+ where '#' stands for an integer (number) of the group in
+ question. This will be recognized as a special option and
+ 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
file is turned on.
--password=... Password for user for mysqladmin.