Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit 87c4aa1

Browse files
committed
It is mysqld --initialize not mysqld --bootstrap
1 parent 8530302 commit 87c4aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ When run, this outputs a file named such as `sys_<sys_version>_<mysql_version_id
3434
* v: The version of MySQL to build the sys schema for, either '56' or '57'
3535
* b: Whether to omit any lines that deal with sql_log_bin (useful for RDS)
3636
* u: The user to set as the owner of the objects (useful for RDS)
37-
* m: Whether to generate a mysql_install_db / mysqld --bootstrap formatted file
37+
* m: Whether to generate a mysql_install_db / mysqld --initialize formatted file
3838

3939
#### Examples
4040

0 commit comments

Comments
 (0)