List:General Discussion« Previous MessageNext Message »
From:Stefan Hinz Date:August 3 2001 10:34am
Subject:Re: How to drop a user from mysql?
View as plain text  
Dear Alex,

> A newbie question: how to drop a user from mysql?

  DELETE FROM mysql.user WHERE User = "something"

 (or any other criteria, e. g. WHERE Password = "")

Don't forget to FLUSH PRIVILEGES after deleting the user(s). See my
last mail about this.

Regards,

--- Stonix <stonix@stripped> wrote:
> A newbie question: how to drop a user from mysql?
> 
> Alex
> 
> 
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
> 
> To request this thread, e-mail <mysql-thread81454@stripped>
> To unsubscribe, e-mail
> <mysql-unsubscribe-hinz=js-webshop.com@stripped>
> Trouble unsubscribing? Try:
> http://lists.mysql.com/php/unsubscribe.php
> 
> 
> 


=====
---
Stefan Hinz <hinz@stripped>
iConnect e-commerce solutions GmbH, 13355 Berlin
Office: +49 30 46307-382  Mobil: +49 177 7841069
Antwortadresse dieser E-Mail: <hinz_stefan@stripped>
BITTE NUR IN DRINGENDEN F---

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/
Thread
How to drop a user from mysql?Stonix3 Aug
  • Re: How to drop a user from mysql?Stefan Hinz3 Aug
  • Re: How to drop a user from mysql?Werner Stuerenburg3 Aug