4 messages in com.mysql.lists.mysqlRe: I can't remove a user
FromSent OnAttachments
Thiago Vinhas de Moraes03 Apr 2001 12:50 
Lindsay Adams03 Apr 2001 13:32 
Steve Werby03 Apr 2001 13:38 
Cal Evans03 Apr 2001 14:03 
Subject:Re: I can't remove a user
From:Lindsay Adams (lind@dingos.net)
Date:04/03/2001 01:32:45 PM
List:com.mysql.lists.mysql

Have you tried using REVOKE instead?

Are you sure YOU have DELETE privilege on the mysql database?

You should be able to: DELETE FROM mysql.user where User='tvinhas'; And from the other databases that use the User field.

On 4/3/01 12:51 PM, "Thiago Vinhas de Moraes" <tvin@simpleweb.com.br> wrote:

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

To request this thread, e-mail <mysq@lists.mysql.com> To unsubscribe, e-mail <mysql-unsubscribe-lindsay=ding@lists.mysql.com> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php