ports/databases/mariadb100-server/files/pkg-message.in
Xin LI 1f9c96462b Update to 10.0.15.
- InnoDB is now disabled by default.  MariaDB ships with
   XtraDB as drop-in replacement of InnoDB but keeps the
   original InnoDB as an option you have to set specifically
   to enable it.
 - Added support for Mroonga storage engine.
 - Removed mytop script, which the latest version can be
   installed via databases/mytop.
 - Moved INNODB option to the Server part (as OQGraph)
 - Updated -server log only as this only affects -server.

Submitted by:	Bernard Spil <spil oss gmail com> (maintainer)
2014-12-17 07:10:58 +00:00

15 lines
636 B
Text

************************************************************************
Remember to run mysql_upgrade (with the optional --datadir=<dbdir> flag)
the first time you start the MySQL server after an upgrade from an
earlier version.
MariaDB respects hier(7) and doesn't check /etc and /etc/mysql for
my.cnf. Please move existing my.cnf files from those paths to
%%PREFIX%%/etc and %%PREFIX%%/etc/mysql.
This port does NOT include the mytop perl script, this is included in
the MariaDB tarball but the most recent version can be found in the
databases/mytop port
************************************************************************