Skip to content

Commit b79c4c2

Browse files
authored
Readme Typo when referring to pre-existing db folder (#2212)
1 parent ff424d5 commit b79c4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mariadb/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ See [the "Official Images" FAQ](https://github.com/docker-library/faq#healthchec
198198

199199
## Usage against an existing database
200200

201-
If you start your `%%IMAGE%%` container instance with a data directory that already contains a database (specifically, a `mysql` subdirectory), no environment variables that control initialization will be needed or examined, and no pre-existing databases will not be changed. The only exception is the non-default `MARIADB_AUTO_UPGRADE` environment variable, that might cause `mysql_upgrade`/`mariadb-upgrade` to run, which might change the system tables.
201+
If you start your `%%IMAGE%%` container instance with a data directory that already contains a database (specifically, a `mysql` subdirectory), no environment variables that control initialization will be needed or examined, and no pre-existing databases will be changed. The only exception is the non-default `MARIADB_AUTO_UPGRADE` environment variable, that might cause `mysql_upgrade`/`mariadb-upgrade` to run, which might change the system tables.
202202

203203
## Creating database dumps
204204

0 commit comments

Comments
 (0)