Details
-
Task
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
Description
The script/mysql_install_db.sh is missing the documentation in the helper for the following argument:
--log-error
|
It is also missing from KB (https://mariadb.com/kb/en/mysql_install_db).
KB documentation is lacking the following argument documentation:
--group
|
The following is deprecated and should probably be removed from KB:
--windows
|
log-error is parsed to make the error message if it fails to initialize. I'm not sure its worth documenting.
Additional arguments are passed to the server is important to mention. (e.g. --innodb-page-size=4k).
mariadb-install-db is an install group read by mariadb-install-db (like mysql_install_db)