diff options
author | ale <ale@FreeBSD.org> | 2010-11-11 00:55:08 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2010-11-11 00:55:08 +0800 |
commit | 9f986de1bf7881ec9320b578cd4e8f8f8abcda46 (patch) | |
tree | 72c1ae3b67a384824afb15a54428cb6d9bc6fac8 /UPDATING | |
parent | eddca4572caa9e7f040ebaec9d2faf6b3b145e2d (diff) | |
download | freebsd-ports-gnome-9f986de1bf7881ec9320b578cd4e8f8f8abcda46.tar.gz freebsd-ports-gnome-9f986de1bf7881ec9320b578cd4e8f8f8abcda46.tar.zst freebsd-ports-gnome-9f986de1bf7881ec9320b578cd4e8f8f8abcda46.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>
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |