Removing users

2003-01-13 Thread ed
I've read the manual concerning REVOKE commands but how would I completely remove a user inside MySQL? I can't imagine that it's as easy as removing them from the user table. TIA, Ed mysql - Before posting, please check:

Re: Removing users

2003-01-13 Thread Michael T. Babcock
[EMAIL PROTECTED] wrote: I've read the manual concerning REVOKE commands but how would I completely remove a user inside MySQL? I can't imagine that it's as easy as removing them from the user table. If you remove them (or blank their password) in the user table, they'll have no way of

Re: Removing users

2003-01-13 Thread ed
That would work but is there no way to completely remove their record? Ed On Mon, 13 Jan 2003, Michael T. Babcock wrote: [EMAIL PROTECTED] wrote: I've read the manual concerning REVOKE commands but how would I completely remove a user inside MySQL? I can't imagine that it's as easy as

Re: Removing users

2003-01-13 Thread Stefan Hinz, iConnect \(Berlin\)
iConnect GmbH http://iConnect.de Heesestr. 6, 12169 Berlin (Germany) Tel: +49 30 7970948-0 Fax: +49 30 7970948-3 - Original Message - From: [EMAIL PROTECTED] To: Michael T. Babcock [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, January 13, 2003 7:10 PM Subject: Re: Removing users

Re: Removing users

2003-01-13 Thread Paul DuBois
At 23:40 +0100 1/13/03, Stefan Hinz, iConnect (Berlin) wrote: Ed, That would work but is there no way to completely remove their record? With REVOKE, you can partially or totally revoke privileges from users. What you can't do with REVOKE (in MySQL) is to erase a user completely. For this,