From c3afda8efbd7c35ae8f451f3df40025e624c4171 Mon Sep 17 00:00:00 2001 From: Emanuele <47614328+d3s0x86@users.noreply.github.com> Date: Tue, 26 Feb 2019 17:50:41 +0100 Subject: Update Install-with-Docker.md --- docs/Install-with-Docker.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Install-with-Docker.md b/docs/Install-with-Docker.md index 01d589b..22755da 100644 --- a/docs/Install-with-Docker.md +++ b/docs/Install-with-Docker.md @@ -109,7 +109,9 @@ Docker will build and run your containers. Meanwhile you will see messages like: **Don't panic**. Your server processes are simply waiting for the database container to be ready, it can take a while (depends on your machine). -Your server will be up and running shortly. The default password of the root DB user will be `password`. +Your server will be up and running shortly. +To access your MySQL database I suggest SequelPro (https://www.sequelpro.com/) `Root` as user and `127.0.0.1` as default host. +The default password of the root DB user will be `password`. #### Docker reference & support requests -- cgit From 49cba50b03f7b955343906dc184ac07048a74e23 Mon Sep 17 00:00:00 2001 From: Francesco Borzì Date: Tue, 26 Feb 2019 18:07:06 +0100 Subject: Update Install-with-Docker.md --- docs/Install-with-Docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Install-with-Docker.md b/docs/Install-with-Docker.md index 22755da..2f612d6 100644 --- a/docs/Install-with-Docker.md +++ b/docs/Install-with-Docker.md @@ -110,7 +110,7 @@ Docker will build and run your containers. Meanwhile you will see messages like: **Don't panic**. Your server processes are simply waiting for the database container to be ready, it can take a while (depends on your machine). Your server will be up and running shortly. -To access your MySQL database I suggest SequelPro (https://www.sequelpro.com/) `Root` as user and `127.0.0.1` as default host. +To access your MySQL database we recommend clients like [HeidiSQL](https://www.heidisql.com/) (for Windows/Linux+Wine) or [SequelPro](https://www.sequelpro.com/) (for macOS). Use `root` as user and `127.0.0.1` as default host. The default password of the root DB user will be `password`. #### Docker reference & support requests -- cgit