I have found the problem: /etc/mysql/ was only accessible by root. On Bullseye
that wasn't a problem because I had SysV Init and apparently mariadb was
started as root initially. The upgrade to Bookworm enforced systemd and now
mariadb is started as mysql directly.
Unfortunately, mariadb didn't
# grep -r bind-address /etc/mysql/
/etc/mysql/my.cnf.migrated:# bind-address = 127.0.0.1
/etc/mysql/mariadb.conf.d/60-galera.cnf:#bind-address = 0.0.0.0
/etc/mysql/mariadb.conf.d/50-server.cnf:bind-address= 127.0.0.1
You can see that the other two are commented out.
I a
Package: mariadb-server
Version: 1:10.11.3-1
Severity: normal
Dear Maintainer,
after upgrading from Bullseye to Bookworm, MariaDB seems to ignore the
bind-address config option.
In /etc/mysql/mariadb.conf.d/50-server.cnf I have
bind-address= 127.0.0.1
in the [mysqld] section and ap
3 matches
Mail list logo