Doing that was just a test, and I didn't think it would work since Inetd is
not running on the box at all.  In fact the only way to get to these boxen
(aside from walking over) is via SSH.  I find it interesting that on the box
that I want to actually do the logging to I can telnet to port 3306 if I use
either the external name or external ip address I can "connect", but can't
telnet to the lo interface (telnet localhost 3306 or telnet 127.0.0.1
3306).  Anyways, I'll keep trying to find the solution in the docs, but so far
not luck.

> > The grant was done by:
> > 
> > # echo "grant INSERT,SELECT on snort.* to
> > snortdb@'XXX.XXX.0.0/255.255.0.0';" | mysql -u root -p
> > 
> > The system has TCP wrappers setup and the hosts.allow file is empty and
> > hosts.deny is set to ALL:ALL.  next time I'm at work I'll try putting in
> > hosts.allow the ip address of the sensor and see what happens.
> 
> Inetd and TCP wrappers have nothing to do with mysqld.
> Mysqld is a standalone server, and must be started separately.


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to