* Curtis Gordon
> I need to create a database that is accessable by everybody but i
> can't find an "easy to use" example of this. I have seen many
> attempts at it, but none that say, do this and that, here is an
> example "TAH DAH!".
>
> That is what I need. I have setup a database and that was quite
> easy, it can only be accessed by the user that created it though.
>
> Please help! If this doesn't fly soon the wife will ask why I
> spent money on a Linux box that I don't use! EEEEEEECK!!!!!

Do you need everybody on your lan to access the database, or everybody on
the internet? I guess you mean everybody on the internet... and probably
they will access it through some kind of user interface... a .php or perl
script, perhaps?

If this is the case: connect with the same mysql-user for all actual
users... you could create a mysql user called 'wwwguest' or similar, and
GRANT privileges as described in the manual: <URL:
http://www.mysql.com/doc/G/R/GRANT.html >.

See also <URL: http://www.mysql.com/doc/P/r/Privilege_system.html >.

--
Roger


---------------------------------------------------------------------
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