@@ -43,15 +43,15 @@ docker run -it --rm joseluisq/alpine-mysql-client mysql --version
4343
4444- Default user (unprivileged) is ` mysql ` .
4545- ` 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 ` .
4747
4848## Additional Tools
4949
5050This image comes with some additional tools.
5151
5252### Exporter
5353
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.
5555It can be configured via environment variables or using ` .env ` file.
5656
5757#### Setup via environment variables
@@ -136,7 +136,7 @@ services:
136136
137137### Importer
138138
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.
140140It can be configured via environment variables or using `.env` file.
141141
142142# ### Setup via environment variables
@@ -166,7 +166,7 @@ DB_ARGS=
166166
167167#### Import a SQL script via a Docker container
168168
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.
170170
171171** Note:** ` mysql_importer ` supports environment variables or a ` .env ` file passed as an argument.
172172
0 commit comments