summaryrefslogtreecommitdiff
path: root/databases/mysql57-server/MESSAGE.sphinx
blob: 6b373550a86851fa899186be8f8d39e3bac2404e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
===========================================================================
$NetBSD: MESSAGE.sphinx,v 1.1 2016/09/16 06:49:12 adam 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;

===========================================================================