refs #2575 changes bind-address to 0.0.0.0 in mariadb configuration #46
Collaborator
```
root@og-main-dev-ogcore-log-repo:/etc/mysql/mariadb.conf.d# grep bind 50-server.cnf
bind-address = 127.0.0.1
root@og-main-dev-ogcore-log-repo:/etc/mysql/mariadb.conf.d# sed -i 's/^bind-address\s*=.*/bind-address = 0.0.0.0/' /etc/mysql/mariadb.conf.d/50-server.cnf
root@og-main-dev-ogcore-log-repo:/etc/mysql/mariadb.conf.d# grep bind 50-server.cnf
bind-address = 0.0.0.0
```
```
cp -a /etc/mysql/mariadb.conf.d/50-server.cnf /etc/mysql/mariadb.conf.d/50-server.cnf.bak
root@og-main-dev-ogcore-log-repo:/etc/mysql/mariadb.conf.d# ls
50-client.cnf 50-mysql-clients.cnf 50-mysqld_safe.cnf 50-server.cnf 50-server.cnf.bak 60-galera.cnf provider_bzip2.cnf provider_lz4.cnf provider_lzma.cnf provider_lzo.cnf provider_snappy.cnf
```
lgromero
added 1 commit 2025-08-07 12:44:47 +02:00
testing/ogcore-api/pipeline/head There was a failure building this commit
Details
testing/ogcore-api/pipeline/pr-main There was a failure building this commit
Details
lgromero
added 1 commit 2025-08-07 12:52:31 +02:00
testing/ogcore-api/pipeline/pr-main Build started...
Details
Merge pull request 'refs #2575 changes bind-address to 0.0.0.0 in mariadb configuration' (#46) from grafana-user into main
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "grafana-user"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?