mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 04:18:55 -04:00
15 lines
491 B
Plaintext
15 lines
491 B
Plaintext
===========================================================================
|
|
$NetBSD: MESSAGE.sphinx,v 1.1 2014/10/17 17:07:44 fhajny 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;
|
|
|
|
===========================================================================
|