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

mysql:6423

From: NAGASAWA Teruo <NAGASAWA Teruo <ml@xxxxxxxxxx>>
Date: Sat, 12 Oct 2002 17:43:01 +0900
Subject: [mysql 06423] Re: セキュリティ設定について

長沢です。少々古い話題にレスを。。。

|>#cd /etc/init.d
|>#mysql -u root -p
|>(enter password)
|>mysql>usemysql
|>mysql>update user set host = '%'
|>      ->where user = 'root';
|>
|>'root'を'%'に変更したいのですが、
|>ERROR 1062: Duplicate entry '%-root' for key 1
|>が出てしまいます。

おそらく、root@%が既に存在していると思いますよ。

select user,host,password from user;
で確認してみてください。


ユーザの権限の変更が終わったら、
mysqladmin reload を忘れずに。


では、ご武運を!
---
NAGASAWA Teruo<ml@xxxxxxxxxx>


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

      6386 2002-10-10 09:19 ["Tatsuro Imaru" <tat] セキュリティ設定について                
      6387 2002-10-10 11:39 ┣[<moeru@xxxxxxxxxx>  ]                                       
->    6423 2002-10-12 17:43 ┃┗[NAGASAWA Teruo <ml@x]                                     
      6393 2002-10-10 14:00 ┣[SUGAWARA Hajime <sug]                                       
      6401 2002-10-10 17:59 ┗[HARADA Nobuyuki <har]