freebsd-ports/databases/mysql57-server/pkg-message
Thomas Zander 5c7fab5bfc Revert recent change on performance_schema; introduce OPTION for it
The recent port version 5.7.10_2 introduced a change in the default
behaviour of performance_schema. Due to an ongoing debate in the
community whether the default setting should lean towards performance
(previous default before 5.7.10_2) or memory consumption, maintainer
had changed the default to memory consumption in 5.7.10_2.
This introduces an OPTION knob PERFSCHM to control the default behaviour
of performance_schema. It defaults to ON, hence restoring the previous
default.
Bump PORTREVISION.

PR:		206912
Submitted by:	smh
Reviewed by:	mokhi64@gmail.com (maintainer), riggs
Approved by:	mokhi64@gmail.com (maintainer)
MFH:		2016Q1
2016-02-07 08:08:20 +00:00

10 lines
447 B
Text

*****************************************************************************
Remember to run mysql_upgrade the first time you start the MySQL server
after an upgrade from an earlier version.
Initial password for first time use of MySQL is saved in $HOME/.mysql_secret
ie. when you want to use "mysql -u root -p" first you should see password
in /root/.mysql_secret
*****************************************************************************