From 7aac41d73693b0880f90a3f991a07bda57802b9e Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Tue, 23 Aug 2016 14:31:36 -0700 Subject: [PATCH] Run update.sh --- mysql/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mysql/README.md b/mysql/README.md index a113dbe57..49ec1cf3e 100644 --- a/mysql/README.md +++ b/mysql/README.md @@ -46,6 +46,12 @@ $ docker run -it --link some-mysql:mysql --rm mysql sh -c 'exec mysql -h"$MYSQL_ ... where `some-mysql` is the name of your original mysql container. +This image can also be used as a client for non-Docker or remote MySQL instances: + +```console +$ docker run -it --rm mysql mysql -hsome.mysql.host -usome-mysql-user -p +``` + More information about the MySQL command line client can be found in the [MySQL documentation](http://dev.mysql.com/doc/en/mysql.html) ## Container shell access and viewing MySQL logs