ports/182547: [PATCH] databases/mariadb55-server: Respect hier(7) (also affects databases/mariadb55-client)

Miroslav Lachman quip at quip.cz
Tue Oct 1 18:20:01 UTC 2013


The following reply was made to PR ports/182547; it has been noted by GNATS.

From: Miroslav Lachman <quip at quip.cz>
To: bug-followup at FreeBSD.org, freebsd at grem.de
Cc:  
Subject: Re: ports/182547: [PATCH] databases/mariadb55-server: Respect hier(7)
 (also affects databases/mariadb55-client)
Date: Tue, 01 Oct 2013 20:03:48 +0200

 I tried MariaDB today (older version: 5.5.31) as a replacement for MySQL 
 5.5 and I found this problem with not using my.cnf from 
 /usr/local/etc/my.cnf
 
 The old behavior in MySQL 5.5 was this:
 
 # my_print_defaults --help | grep -A1 'Default options'
 Default options are read from the following files in the given order:
 /etc/my.cnf /etc/mysql/my.cnf /usr/local/etc/my.cnf 
 /usr/local/etc/mysql/my.cnf ~/.my.cnf
 
 MariaDB uses only these:
 
 # my_print_defaults --help | grep -A1 'Default options'
 Default options are read from the following files in the given order:
 /etc/my.cnf /etc/mysql/my.cnf ~/.my.cnf
 
 So I propose to do the same as original MySQL 5.5 above
 
 Miroslav Lachman


More information about the freebsd-ports-bugs mailing list