diff --git a/docs/docs/databases/mysql.mdx b/docs/docs/databases/mysql.mdx index 651721602f..9a99372cb4 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 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