Snort mailing list archives

Re: Problems with Snort and Postgresql


From: Demetri Mouratis <dmourati () cm math uiuc edu>
Date: Wed, 5 Feb 2003 11:31:40 -0600 (CST)

On Wed, 5 Feb 2003 gbarreiro () equifax com br wrote:


Really, the snort database does not exist.

When I execute the command "\l" from a  psql prompt, the next screen show:

List of Databases
---------------------------------------------------
template0 | postgres | SQL_ASCII
template1 | postgres | SQL_ASCII
---------------------------------------------------

So, I create the database again and the snort database still does not
exist.


And now ?

$ su - postgres
# createdb snort
# cat create_postgresql | psql snort;
# zcat snortdb-extra.gz | psql snort;
# psql snort

Has always worked for me

Your SQL CREATE statement:

template1#: createdatabase snort  (creating database for snort)

looked wrong to me.
---------------------------------------------------------------------
Demetri Mouratis
dmourati () linfactory com



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
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: