diff options
author | Alex Dupre <ale@FreeBSD.org> | 2015-02-04 13:45:13 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2015-02-04 13:45:13 +0000 |
commit | 96a0c9b12b05af5e9630b9b8b8cb405887a5fa38 (patch) | |
tree | 467613ef4fb4444a2a9410e1149fb263d0ba98ce /UPDATING | |
parent | 1a909a09cf16e8470be3a6059ebd769aea7bee73 (diff) |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -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 |