From: Dan Nelson Date: May 23 2002 6:43pm Subject: Re: Where is my.cnf in FreeBSD? List-Archive: http://lists.mysql.com/mysql/110030 Message-Id: <20020523184329.GC81328@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In the last episode (May 23), Iago Sineiro said: > Hi. > > Anybody knows where is the my.cnf file (or equivalent) in FreeBSD? > > I've installed mysql-3.23.49 using the port in FreeBSD 4.5. Run "mysql --help": Default options are read from the following files in the given order: /etc/my.cnf /var/db/mysql/my.cnf ~/.my.cnf The port does not create them; it's up to you to make one if you need to tweak settings. -- Dan Nelson dnelson@stripped