From 96a0c9b12b05af5e9630b9b8b8cb405887a5fa38 Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Wed, 4 Feb 2015 13:45:13 +0000 Subject: Switch default MySQL version to 5.6. PR: 195604 Approved by: portmgr --- UPDATING | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'UPDATING') diff --git a/UPDATING b/UPDATING index e427522c5dbc..499220eb5342 100644 --- a/UPDATING +++ b/UPDATING @@ -5,6 +5,28 @@ 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. +20150204: + AFFECTS: users of databases/mysql55-(server|client) + AUTHOR: ale@FreeBSD.org + + The default MySQL version has been updated from 5.5 to 5.6. + + If you compile your own ports you may keep 5.5 as the default version by + adding the following lines to your /etc/make.conf file: + + # + # Keep MySQL 5.5 as default version + # + DEFAULT_VERSIONS+=mysql= 5.5 + + 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 intalled packages. + + # pkg set -o databases/mysql55-client:databases/mysql56-client + # pkg set -o databases/mysql55-server:databases/mysql56-server + # pkg upgrade + 20150118: AFFECTS: users of www/thttpd AUTHOR: danfe@FreeBSD.org -- cgit v1.2.3