[Bug 247121] databases/mariadb104-server: new my.cnf overrides existing configs
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jun 9 19:29:14 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247121
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 at freebsd.org
Reporter: freebsd at darkain.com
Assignee: brnrd at freebsd.org
Flags: maintainer-feedback?(brnrd at 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 forces
the bind-address=127.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.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list