[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] (no subject)
on 4/13/00 7:36 AM, Mike Fritsch at moley187@xxxxxxxxxxxxx wrote:
> I did an install of mysql on my Raq3 but I need it set up so that I can
> create databases for users set with their username and password so
> that they can access them, etc.... I believe this can be done by
> setting up the permissions but I am unsure how to go about doing this.
> Any help on the is subject would be great.
This is a database permissions & user issue.
I would suggest going out and purchasing "MySQL and mSQL" from O'Reily and
Associates.
But if you need something quicker, check out the MySQL documentation (it can
be a little overwhelming, but its not that hard, and it covers everything).
Check out the section on security, or users. I forget what the section is
called. It will walk you thru the process.
You can use a the MySQL client, or something like phpMyAdmin to execute the
necessary queries.
-k