Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MaryKilewe authored Nov 21, 2024
1 parent 72bf84f commit cd399a6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ Change line bind-address = 127.0.0.1 to #bind-address = 127.0.0.1
```sh
sudo nano /etc/mysql/mysql.conf.d/mysqld.cnf or sudo gedit /etc/mysql/mysql.conf.d/mysqld.cnf

update this two lines : - bind-address = 127.0.0.1 mysqlx-bind-address = 127.0.0.1
to this : - bind-address = 0.0.0.0 mysqlx-bind-address = 0.0.0.0
update this two lines : - bind-address = 127.0.0.1
mysqlx-bind-address = 127.0.0.1
to this : - bind-address = 0.0.0.0
mysqlx-bind-address = 0.0.0.0
restart mysql
```

Expand Down

0 comments on commit cd399a6

Please sign in to comment.