Skip to content

Commit 44b9a7c

Browse files
mbrodalayosifkit
authored andcommitted
docs: Update MySQL random root password generator
1 parent d81e1b0 commit 44b9a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ This is an optional variable. Set to a non-empty value, like `yes`, to allow the
106106

107107
### `MYSQL_RANDOM_ROOT_PASSWORD`
108108

109-
This is an optional variable. Set to a non-empty value, like `yes`, to generate a random initial password for the root user (using `pwgen`). The generated root password will be printed to stdout (`GENERATED ROOT PASSWORD: .....`).
109+
This is an optional variable. Set to a non-empty value, like `yes`, to generate a random initial password for the root user (using `openssl`). The generated root password will be printed to stdout (`GENERATED ROOT PASSWORD: .....`).
110110

111111
### `MYSQL_ONETIME_PASSWORD`
112112

0 commit comments

Comments
 (0)