bd8c96ff56
MariaDB is a fork of MySQL relational database management system. It is an enhanced, drop-in replacement for MySQL. This package contains server programs.
14 lines
490 B
Text
14 lines
490 B
Text
===========================================================================
|
|
$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;
|
|
|
|
===========================================================================
|