Bug 85727

Summary: No default configuration file for MySQL server
Product: Ports & Packages Reporter: thierry <thierry>
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description thierry 2005-09-05 07:00:34 UTC
When mysql-server-4.0.25 is installed, no configuration file is installed. A default configuration such as shown in http://dev.mysql.com/doc/mysql/en/option-files.html is a starting point when adjusting parameters for the server.
(other server ports do install a default configuration file : apache, leafnode, squid, samba, ...)

Fix: 

add the configuration file shown in the mysql URL above as /var/db/mysql/my.cnf (or perhaps in /usr/local/etc/mysql/my.cnf, with an tweak in /usr/local/etc/rc.d/mysql-server.sh)
Comment 1 Sergey Matveychuk freebsd_committer freebsd_triage 2005-09-05 08:51:47 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2005-09-07 13:05:31 UTC
State Changed
From-To: open->closed

There are many sample configuration files, there's no need for a default one.