Snort mailing list archives
(no subject)
From: szilagyi () direkt-kfki hu
Date: Tue, 02 Oct 2001 11:55:44 -0700
another approach would be:
mysql> grant all privileges on snort.* to snort () host domain com identified
by 'NOT';
the syntax is like:
GRANT ALL PRIVILEGES on 'database'.'tables' to 'user'@'host' identified by
'password';
and yes, you can use wildcards in 'host' and 'user' :
GRANT ALL PRIVILEGES on mydb.* to 'mydb_user'@'%' identified by
'guesswhat';
it gives all priv. to user mydb_user connecting from any machine (use with
caution!) with password 'guesswhat'
Of course snort database plugin doesn't need all privileges, SELECT and
INSERT are enough. I highly recommend typing 'info mysql' at your *nix
prompt, 'cos the docs are really well maintained, and you could find
almost everything under *REFERENCES.
Sincerely
Gergely Szilagyi
LAN/WAN APPLICATIONS
email: gergely () szilagyi org
_______________________________________________
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:
- (no subject) szilagyi (Oct 02)
- <Possible follow-ups>
- (no subject) NOC (Oct 03)
- (no subject) Raphael DAvila (Oct 11)
- (no subject) Rodrigues, Phil (Oct 16)
- (no subject) Wayne Bornall (Oct 24)
- (no subject) Wells, Kenneth L (Nov 06)
- Re: (no subject) snortlst snortlst (Nov 06)
- (no subject) Wells, Kenneth L (Nov 06)
- Re: (no subject) james (Nov 06)
- Re: (no subject) Byron York (Nov 06)
- (no subject) jmgraham (Nov 13)
(Thread continues...)
