Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
fixed typos in README
Browse files Browse the repository at this point in the history
  • Loading branch information
hauptmedia committed Oct 22, 2015
1 parent 1cb2f32 commit 0ae699e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

`MAX_CONNECTIONS` - Specified the maximum of parallel connections allowed to use the service

`MYSQL_ROOT_PASSWORD` - If set, the root password will be set to this password (only if data-dir was non existant on startup)
`MYSQL_ROOT_PASSWORD` - If set, the root password will be set to this password (only if data-dir was non existent on startup)

`MYSQL_DATABASE` - If set, this database will be created (only if data-dir was non existant on startup)
`MYSQL_DATABASE` - If set, this database will be created (only if data-dir was non existent on startup)

`MYSQL_USER` - If set, this user will be created (only if data-dir was no existant on startup)
`MYSQL_USER` - If set, this user will be created (only if data-dir was no existent on startup)

`MYSQL_PASSWORD` - If set, this $MYSQL_USER will be created with this password

Expand Down

0 comments on commit 0ae699e

Please sign in to comment.