Snort mailing list archives
Updating the Database Schema for Snort 2.6
From: "Jeff Dell" <jdell () activeworx com>
Date: Sun, 11 Jun 2006 12:49:06 -0400
I didn't see anyone really talk about this yet, but if you are upgrading
Snort from 2.4 to Snort 2.6 and you are using a database, you are going to
need to upgrade your schema from version 106 to version 107. This is a very
minor change and could do be done with the following commands for MySQL:
ALTER TABLE signature ADD sig_gid INT UNSIGNED;
DELETE FROM `schema` WHERE vseq = '106';
INSERT INTO `schema` (vseq, ctime) VALUES ('107', now());
Cheers,
Jeff
_______________________________________________
Snort-users mailing list
Snort-users () lists sourceforge net
Go to this URL to change user options or unsubscribe:
https://lists.sourceforge.net/lists/listinfo/snort-users
Snort-users list archive:
http://www.geocrawler.com/redir-sf.php3?list=snort-users
Current thread:
- Updating the Database Schema for Snort 2.6 Jeff Dell (Jun 11)
