Path to this page:
./
databases/mariadb55-server,
MariaDB 5.5, a free SQL database (server)
Branch: pkgsrc-2016Q4,
Version: 5.5.52,
Package name: mariadb-server-5.5.52,
Maintainer: pkgsrc-usersMariaDB is a fork of MySQL relational database management system.
It is an enhanced, drop-in replacement for MySQL.
This package contains server programs.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1 2015/04/16 20:21:19 ryoon Exp $
case ${STAGE} in
POST-DEINSTALL)
if [ -d @MYSQL_DATADIR@ ]; then
${CAT} << EOF
===========================================================================
If you won't be using ${PKGNAME} any longer, and you don't
wish to preserve your existing databases, then you may remove the
following directory:
@MYSQL_DATADIR@
===========================================================================
EOF
fi
esac
MESSAGE.sphinx [+/-]===========================================================================
$NetBSD: MESSAGE.sphinx,v 1.1 2015/04/16 20:21:19 ryoon Exp $
To install the SphinxSE MySQL plugin, log into your MySQL console
and issue the following query:
INSTALL PLUGIN sphinx SONAME 'ha_sphinx.so';
You can verify it has been loaded properly by checking whether
it shows up in the list when list your engines:
SHOW ENGINES;
===========================================================================
Required to run:[
lang/perl5]
Required to build:[
pkgtools/cwrappers]
Package options: embedded-server, ssl
Master sites:
SHA1: bbedcc0eba7580d1ef16f2dfe4868cf9f31a636d
RMD160: fcad9e40ecd29b341a8cdc42afc18aa83b85e60c
Filesize: 44673.69 KB
Version history: (Expand)
- (2017-01-05) Package added to pkgsrc.se, version mariadb-server-5.5.52 (created)