Snort mailing list archives
Snort sensor and mysql setup
From: Lance Boon <lbtf73_99 () yahoo com>
Date: Thu, 6 May 2004 08:44:50 -0700 (PDT)
I'm having a problem getting snort Version 2.1.2
(Build 25)set to log to a remote mysql server, I've
followed Patrick Harpers guide in setting up the
apache, mysql server, now I want the sensor setup on a
seperate machine to log back to the mysql/apache
server. I know where the problem lies, just unsure on
how to correct it.
ERROR: database: mysql_error: Access denied for user:
'snort@10.0.16.18' (Using password: YES)
Fatal Error, Quitting..
I understand that snort can't login to the remote
mysql server, If I try to enter the following
[root@worsen01 snortcenter]# mysql -h10.0.16.16
-usnort -p snort
Enter password:
ERROR 1045: Access denied for user: 'snort@10.0.16.18'
(Using password: YES)
If I would login to the mysql server directly and
SET PASSWORD FOR snort@10.0.16.18=PASSWORD
'new_password');
Then grant the permissions that are needed:
grant CREATE, INSERT, SELECT, DELETE, UPDATE on
snort.* to snort@10.0.16.18;
grant CREATE, INSERT, SELECT, DELETE, UPDATE on
snort.* to snort;
Would that take care of my problem?
If anybody has a better suggestion for setting this up
any assistance would be greatly appreciated, I'm using
snort Version 2.1.2 on Fedora core 1. Eventually I
would like to have 6 sensors logging to this database.
But right now just need to get the one working.
Thanks
Lance
__________________________________
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs
http://hotjobs.sweepstakes.yahoo.com/careermakeover
-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
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:
- Snort sensor and mysql setup Lance Boon (May 10)
- <Possible follow-ups>
- RE: Snort sensor and mysql setup Harper, Patrick (May 10)
