blob: 7e1de0fb60a1941e18144572a01ee4ec9e0000ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
===========================================================================
$NetBSD: MESSAGE,v 1.1 2006/06/06 12:30:02 shannonjr Exp $
Instructions for setting database creation may be found in the prelude
handbook:
https://trac.prelude-ids.org/wiki/InstallingLibpreludedb
Deletion of database entries can be quite slow unless some additional
indices are created. The additional indices can be created by entering:
mysql -u prelude prelude -p \
< ${PREFIX}/share/libpreludedb/classic/addIndices.sql
===========================================================================
|