User that can create another user - which privileges must be granted

2005-02-28 Thread Peter PeterDresden
...to that user, that he can create new users, e.g. which administrative 
privileges must be granted to that user. Thanx.


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


Re: User that can create another user - which privileges must be granted

2005-02-28 Thread Gleb Paharenko
Hello.



GRANT OPTION for adding user, and UPDATE on the mysql database to set

the passwords for them.



See:

  http://dev.mysql.com/doc/mysql/en/grant.html

  http://dev.mysql.com/doc/mysql/en/set-password.html







Peter PeterDresden [EMAIL PROTECTED] wrote:

 ...to that user, that he can create new users, e.g. which administrative 

 privileges must be granted to that user. Thanx.

 

 

 



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Gleb Paharenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET
   ___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]