diff options
author | ale <ale@FreeBSD.org> | 2005-03-14 10:54:38 +0000 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2005-03-14 10:54:38 +0000 |
commit | c6590db6ec0a216f87f0788e73938981b4980a19 (patch) | |
tree | 0cb41fb4b2dc8a6466afedbac97458189620cf8e /UPDATING | |
parent | 5a9b21bde48604fbb266ac94b367332097afa1fe (diff) | |
download | FreeBSD-ports-c6590db6ec0a216f87f0788e73938981b4980a19.zip FreeBSD-ports-c6590db6ec0a216f87f0788e73938981b4980a19.tar.gz |
Describe the new way to set the mysql40 database directory.
Please, look at it if you don't use default path!
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -6,6 +6,16 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20050314: + AFFECTS: users of databases/mysql40-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. + 20050313: AFFECTS: users of games/netpanzerdata, games/netpanzer AUTHOR: mad@madpilot.net |