[Bug 264999] mariadb106-server-10.6.8
Date: Sat, 02 Jul 2022 18:45:15 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264999
Bug ID: 264999
Summary: mariadb106-server-10.6.8
Product: Ports & Packages
Version: Latest
Hardware: amd64
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs@FreeBSD.org
Reporter: ingenium@abwesend.de
After a fresh installation of MariaDB 10.6.8, the service listens on all
interfaces, although bind-address = 127.0.0.1 is set in
/usr/local/etc/mysql/conf.d/server.cnf.
After some research, the problem is in the file
/usr/local/etc/mysql/conf.d/wsrep.cnf which overrides the settings in
/usr/local/etc/mysql/conf.d/server.cnf.
In this file bind-address is set to 0.0.0.0 which overrides the settings of the
server config.
This should be deactivated by default, otherwise it will negatively affect the
pure server configuration and thus possibly impair security.
--
You are receiving this mail because:
You are the assignee for the bug.