Snort mailing list archives

RE: Schema on Mysql


From: "R" <rr () conformix com>
Date: Tue, 22 Oct 2002 21:54:30 -0400

The easiest way is to drop the old DB, create a new one and then create tables using create_mysql:

Use these steps:

1. mysql localhost

2. drop database <database_name>

3. create database <database_name>

4. exit

5. mysql <database_name> <create_mysql





-----Original Message-----

From: snort-users-admin () lists sourceforge net [mailto:snort-users-admin () lists sourceforge net] On Behalf Of Brian 
Nestor

Sent: Monday, October 21, 2002 9:26 AM

To: snort-users () lists sourceforge net

Subject: [Snort-users] Schema on Mysql



I am trying to run snort and log the data to MYSQL for use with ACID. I am getting an error. The underlying DB seems to 
be running and older version of the DB Schema. I am running snort 1.87 and mysql 3.23.52. I used the create_mysql 
script to create the tables in the DB. Any help would be appreciated. Thanks

Brian



Current thread: