Subject: Re: Virtual Hosting Privileges 2007-11-04 - By Kevin Waterson
Back This one time, at band camp, "Grant Peel" <gpeel@(protected)> wrote:
> What priveleges should I grant users at setup time?
Perhaps look at the GRANT option
GRANT SELECT, UPDATE, DELETE TO username@(protected) IDENTIFIELD BY 'password';
you can use GRANT * or any combination of privileges you like.
Kevin
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/mysql?unsub=mysql@(protected)
|
|