summaryrefslogtreecommitdiff
path: root/databases/mariadb102-server/files/pkg-message.in
blob: 3f08368641a82757e1c4242087d08c77a82e8867 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[
{ type: install
  message: <<EOM
The default InnoDB storage engine is no longer XtraDB, check your
configuration and switch it to InnoDB

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
EOM
}
{ type: upgrade
  message: <<EOM
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.
EOM
}
]