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

mysql:11437

From: Tetsuro IKEDA <Tetsuro IKEDA <ikdttr@xxxxxxxxxx>>
Date: Tue, 24 May 2005 23:33:22 -0700
Subject: [mysql 11437] Re: 初心者の質問

池田です。

最近似たような質問があったと思うのですが、インストール直後のデフォルトの
状態で存在するローカルホストのanonymousユーザとして認証チェックが行われている
からではないでしょうか?

また4.1.12のmysqladmin.exeはコマンドラインツールだと思います。
コマンドプロンプトから使ってください。

以下、参考まで。

D:\>mysql
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 1 to server version: 4.1.12-nt

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

mysql> quit
Bye

D:\>mysql -uroot
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 2 to server version: 4.1.12-nt

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

mysql> grant all on *.* to 'hoge'@'localhost' identified by 'fuga';
Query OK, 0 rows affected (0.42 sec)

mysql> quit
Bye

D:\>mysql -uhoge -p
Enter password: ****
ERROR 1045 (28000): Access denied for user 'hoge'@'localhost' (using
password: YES)

D:\>mysql -uhoge -p
Enter password: ****
ERROR 1045 (28000): Access denied for user 'hoge'@'localhost' (using
password: YES)

D:\>mysql -uroot
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 5 to server version: 4.1.12-nt

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

mysql> use mysql
Database changed
mysql> delete from user where user='';
Query OK, 1 row affected (0.00 sec)

mysql> flush privileges;
Query OK, 0 rows affected (0.00 sec)

mysql> quit
Bye

D:\>mysql -uhoge -p
Enter password: ****
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 6 to server version: 4.1.12-nt

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

mysql>

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

     11435 2005-05-25 12:17 ["safe" <geohase@xxxx] 初心者の質問                            
->   11437 2005-05-25 15:33 ┗[Tetsuro IKEDA <ikdtt]                                       
     11443 2005-05-26 12:38  ┗["safe" <geohase@xxxx] Re: [spam]  Re: 初心者の質問        
     11444 2005-05-26 12:59   ┗[Tetsuro IKEDA <ikdtt]                                   
     11445 2005-05-26 15:29    ┗["safe" <geohase@xxxx] Re: [other]  Re: [spam] Re:  初 心者の質問
     11446 2005-05-26 17:21     ┗["fujita" <t-fujita@x]                               
     11447 2005-05-26 19:15      ┗["safe" <geohase@xxxx]                             
     11449 2005-05-26 19:41       ┗[Tetsuro IKEDA <ikdtt]                           
     11453 2005-05-26 22:04        ┗["safe" <geohase@xxxx]