summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorNirbhay Choubey <nirbhay.choubey@oracle.com>2011-09-06 21:06:09 +0530
committerNirbhay Choubey <nirbhay.choubey@oracle.com>2011-09-06 21:06:09 +0530
commitecdc6cc21a3b199c64ecf906d66117c0060d38c0 (patch)
tree64549120541cbf4929ecacb235061539e8573747 /scripts
parent7088d13d8339acc2cc60ebd27c9b2880a1b5553e (diff)
downloadmariadb-git-ecdc6cc21a3b199c64ecf906d66117c0060d38c0.tar.gz
Bug#11765888 58898: MYSQL_INSTALL_DB: NOT ALL OPTIONS DOCUMENTED
(EG: --DEFAULTS-FILE ) Added help message for the missing options (--no-defaults, --defaults-file and --defaults-extra-file).
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mysql_install_db.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh
index b9b31a2d78e..6fe9712b23a 100644
--- a/scripts/mysql_install_db.sh
+++ b/scripts/mysql_install_db.sh
@@ -46,10 +46,16 @@ Usage: $0 [OPTIONS]
--cross-bootstrap For internal use. Used when building the MySQL system
tables on a different host than the target.
--datadir=path The path to the MySQL data directory.
+ --defaults-extra-file=name
+ Read this file after the global files are read.
+
+ --defaults-file=name Only read default options from the given file name.
--force Causes mysql_install_db to run even if DNS does not
work. In that case, grant table entries that normally
use hostnames will use IP addresses.
+ --help Display this help and exit.
--ldata=path The path to the MySQL data directory. Same as --datadir.
+ --no-defaults Don't read default options from any option file.
--rpm For internal use. This option is used by RPM files
during the MySQL installation process.
--skip-name-resolve Use IP addresses rather than hostnames when creating