From 6b74c9cfdcf953cc85877cda80eb48dd3f506228 Mon Sep 17 00:00:00 2001 From: Mohd Abdul Mujib Date: Tue, 24 Sep 2024 09:37:37 +0530 Subject: [PATCH] Update README.md Added a note to help with the common issue of connecting with MySQL --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 127c17789f..c9c708e6ec 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,10 @@ _**MYSQL_LOG_DIR**_ This will be used to store Apache logs. The default value for this is `./logs/mysql`. +**Note:** +When providing "host" value to the application, eg. wordpress, please use the value `database` where we generally use `localhost` + + ## Web Server Apache is configured to run on port 80. So, you can access it via `http://localhost`.