delete from user where user='tvinhas' and host='localhost';
delete from db where user='tvinhas' and host='localhost';


Cal
http://www.calevans.com


-----Original Message-----
From: Thiago Vinhas de Moraes [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 03, 2001 2:51 PM
To: [EMAIL PROTECTED]
Subject: I can't remove a user



Hi!

Can anyone help me with a probably simple issue?

All I need to be happy forever is to the inverse of the following:

insert into user (host, user, password) values ("localhost", "tvinhas",
password("phl1nao8"));

and

insert into db (host, db, user, Select_priv, Insert_priv, Update_priv,
Delete_priv, Create_priv, Drop_priv, Grant_priv, References_priv,
Index_priv,
Alter_priv) values
("%","tvinhasdb","tvinhas","Y","Y","Y","Y","Y","Y","Y","Y","Y","Y");

I tried several sintaxes but none worked.


Regards,
Thiago

---------------------------------------------------------------------
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 <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



---------------------------------------------------------------------
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 <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to