This is a discussion on Re: [Snort-users] Snort database problem within the Snort forums, part of the System Security and Security Related category; Laura, you need to re-create the snort database before you populate it: /usr/local/mysql/bin/mysql -u root -...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Laura,
you need to re-create the snort database before you populate it: /usr/local/mysql/bin/mysql -u root -p=20 mysql>create database snort; You can then set your permissions, then populate the database. The problem here is you actually deleted the database, so it dont exist=20 anymore ... hence the error: ERROR 1049: Unknown database "snort" Cheers Mark Quoting Laura <uy38698@adinet.com.uy>: > Hello people, i had snort running fine until yesterday when i decided t= o > clear all the tables rows ... whenever i wanted to start snort some > error message came up so ... i decided to delete the snort database ... >=20 > now i want to create again that database with the following command (th= e > same command i've used before):=20 >=20 > /usr/local/mysql/bin/mysql -u root -p < ./contrib/create_mysql snort > But i get this error: >=20 > ERROR 1049: Unknown database "snort" >=20 > Can anyone give me a clue of what is going on? >=20 > TIA >=20 > laura >=20 >=20 >=20 > ------------------------------------------------------- > 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=3D1470&al...3D3638&op=3Dc= lick > _______________________________________________ > 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...=3Dsnort-users >=20 ------------------------------------------------------- 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 |