@@ -43,15 +43,15 @@ docker run -it --rm joseluisq/alpine-mysql-client mysql --version
43
43
44
44
- Default user (unprivileged) is ` mysql ` .
45
45
- ` mysql ` home directory is located at ` /home/mysql ` .
46
- - If you want a fully privileged user try ` root ` . E.g append a ` --user root ` argument to ` docker run ` .
46
+ - If you want a fully privileged user try ` root ` . E.g. append a ` --user root ` argument to ` docker run ` .
47
47
48
48
## Additional Tools
49
49
50
50
This image comes with some additional tools.
51
51
52
52
### Exporter
53
53
54
- ` mysql_exporter ` is a custom tool that exports a database script using ` mysqldump ` . Additionally it supports gzip compression.
54
+ ` mysql_exporter ` is a custom tool that exports a database script using ` mysqldump ` . Additionally, it supports gzip compression.
55
55
It can be configured via environment variables or using ` .env ` file.
56
56
57
57
#### Setup via environment variables
@@ -136,7 +136,7 @@ services:
136
136
137
137
### Importer
138
138
139
- ` mysql_importer` is a custom tool which imports a SQL script file (text or Gzip) using `mysql` command.
139
+ ` mysql_importer` is a custom tool that imports a SQL script file (text or Gzip) using `mysql` command.
140
140
It can be configured via environment variables or using `.env` file.
141
141
142
142
# ### Setup via environment variables
@@ -166,7 +166,7 @@ DB_ARGS=
166
166
167
167
#### Import a SQL script via a Docker container
168
168
169
- The following Docker commands create a container to import a SQL script file to a specific database and remove the container afterward.
169
+ The following Docker commands create a container to import an SQL script file to a specific database and remove the container afterward.
170
170
171
171
** Note:** ` mysql_importer ` supports environment variables or a ` .env ` file passed as an argument.
172
172
0 commit comments