aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2010-11-10 16:55:08 +0000
committerAlex Dupre <ale@FreeBSD.org>2010-11-10 16:55:08 +0000
commit1c5b6af38ca24f79ea33530c407b9f4258ab92c5 (patch)
treedeff0b6c173c5f5ce5735c2fab7f90183b2f44d3 /UPDATING
parent2d23ab38501c2af6a090d191d209182723ab6082 (diff)
downloadports-1c5b6af38ca24f79ea33530c407b9f4258ab92c5.tar.gz
ports-1c5b6af38ca24f79ea33530c407b9f4258ab92c5.zip
Update to 5.5.7-rc release.
Fix crash caused by MAX_DEFAULT_DIRS too small [1] PR: ports/151927 Submitted by: Bartosz Fabianowski <freebsd@chillt.de>
Notes
Notes: svn path=/head/; revision=264365
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index ac56af697bcd..77eb37605c9b 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,19 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20101110:
+ AFFECTS: users of databases/mysql55-server
+ AUTHOR: Alex Dupre <ale@FreeBSD.org>
+
+ If you are upgrading from a previous MySQL release, the server will exit
+ during startup after finding that the proxies_priv table is missing.
+ To create the table, start the server with the --skip-grant-tables
+ option to cause it to skip the normal grant table checks, then run
+ mysql_upgrade. Then stop the server and restart it normally.
+ You can do this by temporarly setting the following line in rc.conf:
+
+ mysql_args="--skip-grant-tables --skip-networking"
+
20101108:
AFFECTS: users of databases/py-bsddb3
AUTHOR: wen@FreeBSD.org