Skip to content

Commit 734b375

Browse files
author
Nirbhay Choubey
committed
Local merge from mysql-5.5.
2 parents 6a7147b + cdbdec9 commit 734b375

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

scripts/mysql_install_db.pl.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,15 @@ Usage: $0 [OPTIONS]
6161
--cross-bootstrap For internal use. Used when building the MySQL system
6262
tables on a different host than the target.
6363
--datadir=path The path to the MySQL data directory.
64+
--defaults-extra-file=name
65+
Read this file after the global files are read.
66+
--defaults-file=name Only read default options from the given file name.
6467
--force Causes mysql_install_db to run even if DNS does not
6568
work. In that case, grant table entries that normally
6669
use hostnames will use IP addresses.
70+
--help Display this help and exit.
6771
--ldata=path The path to the MySQL data directory. Same as --datadir.
72+
--no-defaults Don't read default options from any option file.
6873
--rpm For internal use. This option is used by RPM files
6974
during the MySQL installation process.
7075
--skip-name-resolve Use IP addresses rather than hostnames when creating

0 commit comments

Comments
 (0)