Snort mailing list archives

RE: 1.8.2 problem


From: Guillaume <guillaume () anteria fr>
Date: Wed, 07 Nov 2001 18:26:50 +0100 (CET)

En réponse à Steve Halligan <agent33 () geeksquad com>:

See this from the archive on how to update your schema to 104
http://www.geocrawler.com/archives/3/4890/2001/10/300/6868838/

<extract>
From the above URL : 
If you have a v103 database, the only steps you need to take to upgrade to
v104 are as follows:

mysql> DELETE FROM schema WHERE vseq = 103;
mysql> INSERT INTO schema (vseq, ctime) VALUES (104, now());
</extract>

That last request could also be written this way : 
mysql> UPDATE schema SET vseq='104', ctime=now() WHERE vseq = '103' ;


Best regards.

Guillaume



-------------------------------------------------------------------------------

_______________________________________________
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: