Tweak description of MYSQL_ALLOW_EMPTY_PASSWORD

This commit is contained in:
Yngve Svendsen 2015-03-21 08:37:48 -04:00
parent 42013fa438
commit afb409d7d0
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ Do note that there is no need to use this mechanism to create the root superuser
### `MYSQL_ALLOW_EMPTY_PASSWORD`
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.
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.
# Caveats

View File

@ -80,7 +80,7 @@ Do note that there is no need to use this mechanism to create the root superuser
### `MYSQL_ALLOW_EMPTY_PASSWORD`
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.
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.
# Caveats