This one time, at band camp, "Grant Peel" <[EMAIL PROTECTED]> wrote:

> What priveleges should I grant users at setup time?

Perhaps look at the GRANT option

GRANT SELECT, UPDATE, DELETE TO [EMAIL 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/[EMAIL PROTECTED]

Reply via email to