[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Config MySql DataBase
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.
--
frodo@sharat.co.il \/ 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 linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il