Hello,
* gentoo-user wrote on 03/09/03:
> Hello folks,
>
> I just updated snort, but - how can I update the underlying snort
> database? I did not find anything on snort specific sites, neither
> on gentoo.org.
>
> How do I upgrade the database?
> Actually I use snort db version 105, starting snort says, that it
> requires a minimum version of 106.
I fixed it manually. I compared my existing schema with the existing
one. Here are the SQL-statements:
(My old schema was version 105)
INSERT INTO schema (vseq, ctime) VALUES ('106', now());
delete from schema where vseq='105';
alter table sensor add column last_cid INT UNSIGNED NOT NULL;
Cool ;-)) snort is working again and acid is just running ;-))
Greets,
Tom
--
[EMAIL PROTECTED] mailing list