2
This commit is contained in:
parent
be7ae68590
commit
ccd4eea6b8
4
set-listen-to-all-ips.sh
Executable file
4
set-listen-to-all-ips.sh
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
sed -i -e "s@^bind-address.*@bind-address = 0.0.0.0@g" /etc/mysql/mariadb.conf.d/50-server.cnf
|
||||||
|
systemctl restart mariadb
|
Loading…
Reference in New Issue
Block a user