Date: Tue, 19 Jun 2007 07:54:37 +0200 From: Alex Dupre <ale@FreeBSD.org> To: Bob <bob@a1poweruser.com> Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: mysql-server-3.23.59.n.20050301_3 Message-ID: <46776F9D.7070407@FreeBSD.org> In-Reply-To: <20070618230715.GA78950@rot13.obsecurity.org> References: <NBECLJEKGLBKHHFFANMBKEMGCDAA.bob@a1poweruser.com> <20070618230241.GA18844@eos.sc1.parodius.com> <20070618230715.GA78950@rot13.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Kris Kennaway wrote: >>> First the port allocates the location for the databases to /var/db/mysql. >>> This location has no space allocated to hold database data. >>> It should be changed to /usr/local/mysql You can change it as you like with mysql_dbdir="/new/path", so this isn't an issue. > Or just symlink it. This may have performance implications. It works, but now is discouraged. > Next the mysql manual should be included in the port just like the apache > manual is. html, txt and info versions are not enough? .if !defined(NOPORTDOCS) DOCS= manual.html manual.txt manual_toc.html PORTDOCS= ${DOCS} Flags .endif INFO= mysql -- Alex Dupre
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46776F9D.7070407>