At 4:38 PM -0400 6/17/01, Klashma wrote:
>Hello, I am currently trying to figure out how to allow every users
>that connect to my database to do a select on the table news under
>database admin. I tried doing grant select on admin.news to '%' but
>if seems to have failed.
That's not legal GRANT syntax, so you're not really showing us the statement
that you issued.
Also, assuming that your statement was correct and legal, it may be
that you've also issued some other GRANT statement that grants more expansive
privileges.
GRANT SELECT ON admin.news TO specific_user@specific_host
is probably something like what you want.
>
>Does anyone know how to allow anyone to do a select * from
>admin.news without allowing them to browse the whole admin database?
>
>ie select * from admin.news; would work
>select * from admin.tel; would NOT work
>
>Thanks in advance.
>
>Klashma.
--
Paul DuBois, [EMAIL PROTECTED]
---------------------------------------------------------------------
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