Skip to content

Commit 88966b9

Browse files
authored
Merge pull request #2501 from mbrodala/pwgen-openssl
docs: Update MySQL/Percona random root password generator
2 parents 808728b + 72a5024 commit 88966b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

percona/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ This is an optional variable. Set to `yes` to allow the container to be started
110110

111111
### `MYSQL_RANDOM_ROOT_PASSWORD`
112112

113-
This is an optional variable. Set to `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: .....`).
113+
This is an optional variable. Set to `yes` to generate a random initial password for the root user (using `pwmake`). The generated root password will be printed to stdout (`GENERATED ROOT PASSWORD: .....`).
114114

115115
### `MYSQL_ONETIME_PASSWORD`
116116

0 commit comments

Comments
 (0)