add remote access fix config for mariadb
This commit is contained in:
parent
72aab3e74c
commit
2c8b5199c3
1 changed files with 5 additions and 0 deletions
5
helpers/docker/mariadb/remote-access-fix.cnf
Normal file
5
helpers/docker/mariadb/remote-access-fix.cnf
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Taken from
|
||||
# https://mariadb.com/kb/en/configuring-mariadb-for-remote-client-access/#editing-the-defaults-file
|
||||
[mysqld]
|
||||
skip-networking=0
|
||||
skip-bind-address
|
Loading…
Add table
Reference in a new issue