Skip to content

Commit afb409d

Browse files
committed
Tweak description of MYSQL_ALLOW_EMPTY_PASSWORD
1 parent 42013fa commit afb409d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mysql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Do note that there is no need to use this mechanism to create the root superuser
8888

8989
### `MYSQL_ALLOW_EMPTY_PASSWORD`
9090

91-
Set to `yes` to allow the container to be started with a blank password for the root user. *NOTE*: Setting this variable to `yes` is not recommended unless you really know what you are doing, since this will leave your MySQL instance completely unprotected, allowing anyone to gain complete superuser access.
91+
This is an optional variable. Set to `yes` to allow the container to be started with a blank password for the root user. *NOTE*: Setting this variable to `yes` is not recommended unless you really know what you are doing, since this will leave your MySQL instance completely unprotected, allowing anyone to gain complete superuser access.
9292

9393
# Caveats
9494

mysql/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Do note that there is no need to use this mechanism to create the root superuser
8080

8181
### `MYSQL_ALLOW_EMPTY_PASSWORD`
8282

83-
Set to `yes` to allow the container to be started with a blank password for the root user. *NOTE*: Setting this variable to `yes` is not recommended unless you really know what you are doing, since this will leave your MySQL instance completely unprotected, allowing anyone to gain complete superuser access.
83+
This is an optional variable. Set to `yes` to allow the container to be started with a blank password for the root user. *NOTE*: Setting this variable to `yes` is not recommended unless you really know what you are doing, since this will leave your MySQL instance completely unprotected, allowing anyone to gain complete superuser access.
8484

8585
# Caveats
8686

0 commit comments

Comments
 (0)