mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Local merge from mysql-5.1.
This commit is contained in:
commit
e435365b45
1 changed files with 5 additions and 0 deletions
|
@ -61,10 +61,15 @@ 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
|
||||
|
|
Loading…
Reference in a new issue