From 97b4fef343081fb74cb375e275cfd1a1a423a1ca Mon Sep 17 00:00:00 2001 From: Multazim Deshmukh Date: Sun, 1 Oct 2023 17:31:29 +0530 Subject: [PATCH 1/2] bugherd task 28 --- docs/docs/databases/mysql.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/databases/mysql.mdx b/docs/docs/databases/mysql.mdx index 651721602f0d2..1c623d8464d99 100644 --- a/docs/docs/databases/mysql.mdx +++ b/docs/docs/databases/mysql.mdx @@ -17,7 +17,8 @@ mysql://{username}:{password}@{host}/{database} Host: -- For Localhost or Docker running Linux: `localhost` or `127.0.0.1` +- For Localhost: `localhost` or `127.0.0.1` +- Docker running Linux: `172.18.0.1` - For On Prem: IP address or Host name - For Docker running in OSX: `docker.for.mac.host.internal` Port: `3306` by default From b344a91720273d36523badc78ef7e7968110371b Mon Sep 17 00:00:00 2001 From: Sam Firke Date: Mon, 2 Oct 2023 11:16:54 -0400 Subject: [PATCH 2/2] Update mysql.mdx --- docs/docs/databases/mysql.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/databases/mysql.mdx b/docs/docs/databases/mysql.mdx index 1c623d8464d99..9a99372cb4b1a 100644 --- a/docs/docs/databases/mysql.mdx +++ b/docs/docs/databases/mysql.mdx @@ -18,7 +18,7 @@ mysql://{username}:{password}@{host}/{database} Host: - For Localhost: `localhost` or `127.0.0.1` -- Docker running Linux: `172.18.0.1` +- Docker running on Linux: `172.18.0.1` - For On Prem: IP address or Host name - For Docker running in OSX: `docker.for.mac.host.internal` Port: `3306` by default