Skip to content

Commit b48b991

Browse files
committed
docs: Update Percona random root password generator
1 parent a6aa25c commit b48b991

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

percona/README.md

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

183183
### `MYSQL_RANDOM_ROOT_PASSWORD`
184184

185-
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: .....`).
185+
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: .....`).
186186

187187
### `MYSQL_ONETIME_PASSWORD`
188188

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)