At 12:54 PM 8/21/01 +0200, Marcin Pyla wrote:


>Hi,
>
>I have problem with delete user:
>
>I login to mysql as root'a and I do:
>
>mysql> delete from user where user='admin80' and Host='%';
>Query OK, 1 row affected (0.07 sec)

Try to escape the '%' character as '\%'

(just a guess, I haven't tried it)

--
Claudio Cicali aka FleXer
[EMAIL PROTECTED]
http://www.flexer.it
GPG Key Fingerprint = 2E12 64D5 E5F5 2883 0472 4CFF 3682 E786 555D 25CE


---------------------------------------------------------------------
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