Bug#1042454: AW: [debian-mysql] Bug#1042454: mariadb-server ignores bind-address

2023-09-20 Thread faus...@fala.red
Hi! "zanyfac...@t-online.de" , 12/08/2023 – 10:11:19 (+0200): > I have found the problem: /etc/mysql/ was only accessible by root. Can you remember what the exact right was? On a clean install, it should be like follow (debian11): | $ stat /etc/mysql/ | File: /etc/mysql/ | Size: 4096

Bug#1042454: AW: [debian-mysql] Bug#1042454: mariadb-server ignores bind-address

2023-08-12 Thread zanyfac...@t-online.de
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

Bug#1042454: AW: [debian-mysql] Bug#1042454: mariadb-server ignores bind-address

2023-08-11 Thread zanyfac...@t-online.de
# 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

Bug#1042454: [debian-mysql] Bug#1042454: mariadb-server ignores bind-address

2023-08-07 Thread Faustin Lammler
Hi! I am not able to reproduce this. Can you make sure that there is no other "bind-address" directive in any configuration file. For instance by verifying the output of: | sudo grep -r bind-address /etc/mysql/* Regards, -- Faustin GPG: F652 BCD1 1AA8 8975 F010 48A5 390A 2F27 832A 5C79

Bug#1042454: mariadb-server ignores bind-address

2023-07-28 Thread zanyfac...@t-online.de
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