Bug 127900

Summary: databases/mysql50-server - database/mysql-{server|client}-5.0.67 does not read config in /usr/local/etc/mysql/my.cnf
Product: Ports & Packages Reporter: christop
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description christop 2008-10-06 10:30:06 UTC
A MySQL config in /usr/local/etc/mysql/my.cnf is not used by mysql, because a part of the config path is missing a slash.
Output of mysql --help:

[...]
Default options are read from the following files in the given order:
/etc/my.cnf /usr/local/etc/my.cnf /usr/local/etcmysql/my.cnf ~/.my.cnf
[...]

Fix: 

Well, somewhere is missing a slash.
How-To-Repeat: Install MySQL and put a config into /usr/local/etc/mysql/.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-10-07 00:47:54 UTC
State Changed
From-To: open->open

state change?
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-10-07 01:31:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 3 Alex Dupre freebsd_committer freebsd_triage 2008-10-10 19:41:28 UTC
State Changed
From-To: open->closed

Fixed, thanks!