Path to this page:
./
databases/mariadb55-server,
MariaDB 5.5, a free SQL database (server)
Branch: pkgsrc-2019Q1,
Version: 5.5.57nb1,
Package name: mariadb-server-5.5.57nb1,
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;
===========================================================================
Package options: embedded-server, ssl
Master sites:
SHA1: 2e2d48179b770940f053bb37c72c7ea42aea46ca
RMD160: 332179a8f94eb6d467021b2095d1c004cb7dc5b0
Filesize: 44710.879 KB
Version history: (Expand)
- (2019-04-11) Package added to pkgsrc.se, version mariadb-server-5.5.57nb1 (created)