Snort mailing list archives

Snort installation - restore mysql (snort-2.9.3).


From: GITSS <gits.systems () gmail com>
Date: Wed, 25 Jul 2012 16:48:21 +0300

Hello,

While am installing the new version of snort

--- installation snip ---
echo "SET PASSWORD FOR root@localhost=PASSWORD('ROOTDBPASSWORD');" | mysql
-u root -p
echo "create database snort;" | mysql -u root -p
cd /tmp/snort-2.8.6.1
mysql -u root -p -D snort <./schemas/create_mysql
echo "grant create, insert on root.* to snort@localhost" | mysql -u root -p
echo "SET PASSWORD FOR snort@localhost=PASSWORD('SNORTDBPASSWORD');" |
mysql -u root -p
echo "grant create,insert,select,delete,update on snort.* to snort@localhost"
| mysql -u root -p
--- installation snip ---

Now am using this installation guide while am installation snort-2.9.3, but
seems the database not working well in this guide...

I just stopped in (mysql -u root -p -D snort <./schemas/create_mysql) were
i didn't found any schemas/create_mysql database to restore...

Kind Regards,
Firas K. Bashiti
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
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

Please visit http://blog.snort.org to stay current on all the latest Snort news!

Current thread: