From 72bf84fc89f3f1cab14c92f5cc0b4590b25ded6e Mon Sep 17 00:00:00 2001 From: MaryKilewe Date: Thu, 21 Nov 2024 09:09:14 +0000 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 416b4ac2..a7131e1d 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,7 @@ Change line bind-address = 127.0.0.1 to #bind-address = 127.0.0.1 #### b) MySQL 5.6 - add the line if it does not exists bind-address = * -#### b) MySQL 8 - add the line if it does not exists - bind-address = 0.0.0.0 -Incase there are some issues binding addred in mysql version 8, try the steps below +#### b) MySQL 8 - follow these steps below ```sh sudo nano /etc/mysql/mysql.conf.d/mysqld.cnf or sudo gedit /etc/mysql/mysql.conf.d/mysqld.cnf