Skip to content

Commit e6728d7

Browse files
authored
Merge pull request #913 from chilin0525/master
Add more clear description when password option not specified
2 parents d840588 + e0d43b2 commit e6728d7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

5.7/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

8.0/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

template/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ docker_verify_minimum_env() {
160160
if [ -z "$MYSQL_ROOT_PASSWORD" -a -z "$MYSQL_ALLOW_EMPTY_PASSWORD" -a -z "$MYSQL_RANDOM_ROOT_PASSWORD" ]; then
161161
mysql_error <<-'EOF'
162162
Database is uninitialized and password option is not specified
163-
You need to specify one of the following:
163+
You need to specify one of the following as an environment variable:
164164
- MYSQL_ROOT_PASSWORD
165165
- MYSQL_ALLOW_EMPTY_PASSWORD
166166
- MYSQL_RANDOM_ROOT_PASSWORD

0 commit comments

Comments
 (0)