aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2019-07-01 07:43:32 +0000
committerAlex Dupre <ale@FreeBSD.org>2019-07-01 07:43:32 +0000
commit62d9035f5b016ebc4dbe26071a728eda584ca86e (patch)
tree50ab75c695a190b9e191035ab244d157057d1958 /UPDATING
parentc63bb569e8c40940c49b9f35bd9aa9291449781f (diff)
downloadports-62d9035f5b016ebc4dbe26071a728eda584ca86e.tar.gz
ports-62d9035f5b016ebc4dbe26071a728eda584ca86e.zip
Update default MySQL version to 5.7.
PR: 238365 Submitted by: ale Exp-run by: antoine Approved by: portmgr (antoine)
Notes
Notes: svn path=/head/; revision=505549
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING22
1 files changed, 22 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 9edb20427e91..13741a4b299a 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,28 @@ You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20190701:
+ AFFECTS: users of databases/mysql56-(server|client)
+ AUTHOR: ale@FreeBSD.org
+
+ The default MySQL version has been updated from 5.6 to 5.7.
+
+ If you compile your own ports you may keep 5.6 as the default version by
+ adding the following lines to your /etc/make.conf file:
+
+ #
+ # Keep MySQL 5.6 as default version
+ #
+ DEFAULT_VERSIONS+=mysql=5.6
+
+ If you wish to update to the new default version, you need to first stop any
+ running server instance. Then, you will need to follow these steps, depending
+ on installed packages.
+
+ # pkg set -o databases/mysql56-client:databases/mysql57-client
+ # pkg set -o databases/mysql56-server:databases/mysql57-server
+ # pkg upgrade
+
20190630:
AFFECTS: users of net/samba410
AUTHOR: timur@FreeBSD.org