Re: how to add a new user, that can create new users itself

2005-02-25 Thread Gleb Paharenko
Hello. The new users created by your first new user would have the same, or subset of privileges which he has. He can revoke the same privileges he has from the other users. To remove users he should have GRANT OPTION privilege on mysql database (this allows him to execute DROP USER).

how to add a new user, that can create new users itself

2005-02-24 Thread Peter PeterDresden
Hi, which privileges i have to grant such a user, except grant option and the privileges such new users created by this user will have? Are there any side effects, for example, that this new user creating user also can delete other users? Thanx. -- MySQL General Mailing List For list archives