svn commit: r418034 - head
Thomas Zander
riggs at FreeBSD.org
Mon Jul 4 15:00:45 UTC 2016
Author: riggs
Date: Mon Jul 4 15:00:43 2016
New Revision: 418034
URL: https://svnweb.freebsd.org/changeset/ports/418034
Log:
Document change of default location for my.cnf for databases/mysql57-*
PR: 209579
Submitted by: mokhi64 at gmail.com
Reviewed by: rootservice at gmail.com
Modified:
head/UPDATING
Modified: head/UPDATING
==============================================================================
--- head/UPDATING Mon Jul 4 14:59:15 2016 (r418033)
+++ head/UPDATING Mon Jul 4 15:00:43 2016 (r418034)
@@ -5,6 +5,17 @@ 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.
+
+20160704:
+ AFFECTS: users of databases/mysql57-*
+ AUTHOR: riggs at FreeBSD.org
+
+ The default location for my.cnf has changed from "/var/db/mysql/my.cnf"
+ to "/usr/local/etc/mysql/my.cnf". Existing my.cnf files must be merged
+ manually with the new default and moved to the new location. To
+ continue using the my.cnf file at the old location, set "mysql_optfile"
+ in /etc/rc.conf to point to the location of the existing my.cnf file.
+
20160701:
AFFECTS: users of www/node5
AUTHOR: bradleythughes at fastmail.fm
More information about the svn-ports-head
mailing list