Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 02 Jul 2022 18:45:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 264999] mariadb106-server-10.6.8
Message-ID:  <bug-264999-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D264999

            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 =3D 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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-264999-7788>