AB>> is anybody how i config MySql database (OR Apache on rh6) to access
AB>> user nobody and group nobody that i can work with CGI & MySql
if your mysql is sufficiently new, you tell it:
grant all privileges on dbname.* to nobody@localhost;
flush privileges;
See MySQL manual, section of privileges and GRANT - there are examples.
Note that without password every local user can masquerade as 'nobody'
when it goes to mysql.
--
[EMAIL PROTECTED] \/ There shall be counsels taken
Stanislav Malyshev /\ Stronger than Morgul-spells
phone +972-3-9316425 /\ JRRT LotR.
http://sharat.co.il/frodo/ whois:!SM8333
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]