Describe the new way to set the mysql40 database directory.

Please, look at it if you don't use default path!
This commit is contained in:
Alex Dupre 2005-04-06 13:43:52 +00:00
parent bd1e850d72
commit e0ac3ec195
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132638

View File

@ -7,6 +7,16 @@ time you update your ports collection, before attempting any port
upgrades.
20050406:
AFFECTS: users of databases/mysql50-server
AUTHOR: ale@FreeBSD.org
The base database directory can now be set and changed in rc.conf (default:
/var/db/mysql). If you used to set DB_DIR to a different value during port
compilation, you must specify it via the new "mysql_dbdir" rc variable.
In addition, the "mysqllimits_enable" and "mysqllimits_args" variables
have been replaced by "mysql_limits" for consistency.
20050403:
AFFECTS: users of net/tac_plus4
AUTHOR: marcus@FreeBSD.org