Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Jun 2020 19:29:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 247121] databases/mariadb104-server: new my.cnf overrides existing configs
Message-ID:  <bug-247121-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 247121
           Summary: databases/mariadb104-server: new my.cnf overrides
                    existing configs
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: brnrd@freebsd.org
          Reporter: freebsd@darkain.com
          Assignee: brnrd@freebsd.org
             Flags: maintainer-feedback?(brnrd@freebsd.org)

If we already have a file in /usr/local/etc/my.cnf with settings such as
bind-address, the newly added /usr/local/etc/mysql/conf.d/my.cnf overrides
these settings if the config option is present in both files.

I specifically mention the bind-address, because the newly included file fo=
rces
the bind-address=3D127.0.0.1, making the server entirely inaccessible to the
network.

Running a simple "pkg upgrade" followed by "service mysql-server restart"
should not break connectivity to the server, but upgrading from 10.4.12 to
10.4.13_2 currently does, and requires removing the newly created .cnf file
with conflicting configurations.

--=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-247121-7788>