This is a discussion on Re: [Snort-users] Snort database problem within the Snort forums, part of the System Security and Security Related category; Hi Laura, > > Hello people, i had snort running fine until yesterday when i decided to > clear all ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi Laura,
> > Hello people, i had snort running fine until yesterday when i decided to > clear all the tables rows ... whenever i wanted to start snort some > error message came up so ... i decided to delete the snort database ... > > now i want to create again that database with the following command (the > same command i've used before): > > /usr/local/mysql/bin/mysql -u root -p < ./contrib/create_mysql snort > But i get this error: > > ERROR 1049: Unknown database "snort" > > Can anyone give me a clue of what is going on? how about creating a "snort" database first? Try: mysqladmin -u root -p create snort Best regards Dirk ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Snort-users mailing list Snort-users@lists.sourceforge.net Go to this URL to change user options or unsubscribe: https://lists.sourceforge.net/lists/...fo/snort-users Snort-users list archive: http://www.geocrawler.com/redir-sf.p...st=snort-users |