Skip to content

Commit 79e1a8f

Browse files
authored
Merge pull request #657 from itzMiney/mysql
Update mysql_setup.md
2 parents ff449b9 + 5de463c commit 79e1a8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tutorials/mysql_setup.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,5 @@ bind-address=0.0.0.0
8080
Restart MySQL/MariaDB to apply these changes. This will override the default MySQL configuration, which by default will only accept requests from localhost. Updating this will allow connections on all interfaces, and thus, external connections. Make sure to allow the MySQL port (default 3306) in your firewall.
8181

8282
If your Database and Wings are on the same machine and won't need external access, you can also use the `docker0` interface IP address rather than `127.0.0.1`. This IP address can be found by running `ip addr | grep docker0`, and it likely looks like `172.x.x.x`.
83+
84+
Starting with MySQL 8.0.13 / MariaDB 10.11 or above, `bind_address` now also accepts a comma-separated list of interfaces to give more control over what interfaces it will listen on and which not.

0 commit comments

Comments
 (0)