diff options
author | feld <feld@FreeBSD.org> | 2017-01-21 00:24:34 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2017-01-21 00:24:34 +0800 |
commit | 8e6d4a2cd9d6408c2590d026b3085a1da4aaae1b (patch) | |
tree | dd359b79201892c976d506c48d376cf2c9a91f22 /UPDATING | |
parent | 6d031ca14fa82b2f604293887d12a6a11bb7c6c4 (diff) | |
download | freebsd-ports-gnome-8e6d4a2cd9d6408c2590d026b3085a1da4aaae1b.tar.gz freebsd-ports-gnome-8e6d4a2cd9d6408c2590d026b3085a1da4aaae1b.tar.zst freebsd-ports-gnome-8e6d4a2cd9d6408c2590d026b3085a1da4aaae1b.zip |
Add UPDATING entry about recent mysql56-server issue
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -5,6 +5,18 @@ 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. +20170120: + AFFECTS: users of databases/mysql56-server + AUTHOR: feld@FreeBSD.org + + databases/mysql56-server was updated to 5.6.35 which included backported + rc script changes from the mysql57-server port. This broke mysql_optfile in + rc.conf and also forced a sample my.cnf if none existed. MySQL has + some parameters which cannot be changed after a database has been + created, so this caused MySQL to fail to start. + + This change was reverted in mysql56-server-5.6.35_1 + 20170117: AFFECTS: users of EoL'ed FreeBSD versions (<10.3, 11 prior to 11.0) AUTHOR: amdmi3@FreeBSD.org |