Skip to content

Commit bc13868

Browse files
authored
Update mysql_setup.md
1 parent c9e6958 commit bc13868

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
@@ -77,4 +77,6 @@ Open `my.cnf`, add text below to the bottom of the file and save it:
7777
[mysqld]
7878
bind-address=0.0.0.0
7979
```
80+
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.
81+
8082
If your Database and Wings are on the same machine and won't need external access, you can also use the `pterodacrtyl0` interface IP address rather than `127.0.0.1`. This IP address is from wings' docker interface and can be found in the `config.yml` of your wings instance, the default is `172.18.0.1`.

0 commit comments

Comments
 (0)