You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 2, 2024. It is now read-only.
Verify the named container's process status and health.
@@ -114,7 +114,7 @@ $ docker stop mysql.1 && \
114
114
--env "MYSQL_USER_PASSWORD=" \
115
115
--env "MYSQL_USER_DATABASE=app-db" \
116
116
--volume mysql.1.data-mysql:/var/lib/mysql \
117
-
jdeathe/centos-ssh-mysql:2.3.1
117
+
jdeathe/centos-ssh-mysql:2.3.2
118
118
```
119
119
120
120
The environmental variable `MYSQL_SUBNET` is optional but can be used to generate users with access to databases outside the `localhost`, (the default for the root user). In the example, the subnet definition `0.0.0.0/0.0.0.0` allows connections from any network which is equivalent to the wildcard symbol, `%`, in MySQL GRANT definitions.
0 commit comments