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 _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"