Re: adding a new mysql user with rights to add other users

2002-05-09 Thread Jim Chivas
to create several of these super users but not allow them > to alter what the other super user might create. > > Thanks > > Jim > > > > > -- - Jim Chivas email: [EM

RE: mysql question

2001-11-02 Thread Jim Chivas
e user from the user table. There doesn't appear to be any examples of this in the docs. ex: how to remove user named fred from the user table. Thanks Jim > -Original Message- > From: Jim Chivas [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 02, 2001 4:53 PM > To:

Re: mysql question

2001-11-02 Thread Jim Chivas
On Fri, 2 Nov 2001, Mark Maunder wrote: > Jim Chivas wrote: snip.. I checked this site and it appears to match other docs I have. There are still no examples of removing users just revoking grants. What commands would tell me what users have what rights to what databases and tables? Tha