Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Oct 2013 18:20:01 GMT
From:      Miroslav Lachman <quip@quip.cz>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/182547: [PATCH] databases/mariadb55-server: Respect hier(7) (also affects databases/mariadb55-client)
Message-ID:  <201310011820.r91IK1Dp001958@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/182547; it has been noted by GNATS.

From: Miroslav Lachman <quip@quip.cz>
To: bug-followup@FreeBSD.org, freebsd@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



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