summaryrefslogtreecommitdiffstats
path: root/Services/mariadb
diff options
context:
space:
mode:
authorstartxfr <clarue@startx.fr>2014-11-21 13:29:03 +0100
committerstartxfr <clarue@startx.fr>2014-11-21 13:29:03 +0100
commitb388dc33a5f70864ef9f62e6a6ed9951c122dfd7 (patch)
tree5991077e673e111a98b0410ea4b1f6d1df4f30e5 /Services/mariadb
parentda24c283afeeb8087b92c2f463ffe5cc73df0c29 (diff)
downloadphpmyadmin-b388dc33a5f70864ef9f62e6a6ed9951c122dfd7.tar.gz
phpmyadmin-b388dc33a5f70864ef9f62e6a6ed9951c122dfd7.tar.bz2
phpmyadmin-b388dc33a5f70864ef9f62e6a6ed9951c122dfd7.tar.xz
phpmyadmin-b388dc33a5f70864ef9f62e6a6ed9951c122dfd7.zip
modif des readme, correction du bug d'exemple d'accès aux container.
Diffstat (limited to 'Services/mariadb')
-rw-r--r--Services/mariadb/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/Services/mariadb/README.md b/Services/mariadb/README.md
index 447fcff..d9436cd 100644
--- a/Services/mariadb/README.md
+++ b/Services/mariadb/README.md
@@ -26,9 +26,11 @@ Build the container
## Accessing server
access to the running database
+
mysql -h localhost -p 3306
access to the container itself
+
docker exec -it mariadb bash
## Related Resources