[前][次][番号順一覧][スレッド一覧]

mysql:12889

From: shasta <shasta <shasta@xxxxxxxxxx>>
Date: Fri, 24 Mar 2006 22:28:04 +0900
Subject: [mysql 12889] Re: UserをDROPできません・・・。

shastaです。早速のレスありがとうございます。

$ mysql -u root -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 250 to server version: 4.1.12

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> REVOKE ALL, GRANT OPTION FROM test003@localhost;
Query OK, 0 rows affected (0.00 sec)

mysql> DROP USER 'test003'@'localhost';
Query OK, 0 rows affected (0.00 sec)

これで一発削除できました。
ありがとうございます。



とみたまさひろ <tommy@xxxxxxxxxx> wrote:

> とみたです。
> 
> On Fri, 24 Mar 2006 21:24:49 +0900
> shasta <shasta@xxxxxxxxxx> wrote:
> 
> 
> WITH GRANT OPTION が問題なのだと思います。
> 
> REVOKE ALL, GRANT OPTION FROM test003@localhost;
> 
> とやって GRANT OPTION を削除してからなら消せると思います。
> 
> -- 
> とみたまさひろ <tommy@xxxxxxxxxx>
> 日本MySQLユーザ会 http://www.mysql.gr.jp
> 


-- 
shasta
shasta@xxxxxxxxxx

[前][次][番号順一覧][スレッド一覧]

     12887 2006-03-24 21:24 [shasta <shasta@xxxxx] UserをDROPできません・・・。            
     12888 2006-03-24 22:14 ┗[とみたまさひろ <tomm]                                       
->   12889 2006-03-24 22:28  ┗[shasta <shasta@xxxxx]