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

mysql:8575

From: 泉田隼人 <泉田隼人 <hayato@xxxxxxxxxx>>
Date: Thu, 08 Jan 2004 08:16:25 +0900
Subject: [mysql 08575] Re: JDBC 接続に関して

 泉田隼人です。

> いや、mysqlコマンドを使うときに「localhost」ではない名前(「マシン名」
>と言ったほうがいいかな?)を使ったり、あるいは127.0.0.1で接続してみては?
> ということです。
>
>ex.
>% mysql -h 127.0.0.1 (以下略)


ちょっと不思議な現象に遭遇しました。

一般ユーザからはmysqlへログインが出来ます。

>$ mysql -h localhost -D test -u test -ptest
>Reading table information for completion of table and column names
>You can turn off this feature to get a quicker startup with -A
>
>Welcome to the MySQL monitor.  Commands end with ; or \g.
>Your MySQL connection id is 5 to server version: 4.0.16
>
>Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

ただ、root権限からはmysqlへログインが出来ません。

># mysql -h localhost -D test -u test
>ERROR 1045: Access denied for user: 'test@localhost' (Using password: NO)


grantは
grant all privileges on *.* to root@localhost identified by 'test' with grant 
option;
というように設定しています。
(過去に何度も設定を変更しているので、
 他にもGRANTしていると思います)

> ちなみに、ちょっと前のメールで書きましたが、/etc/hostsを
>
>127.0.0.1   localhost localhost.localdomain (ホスト名)
>
>に書き換えると接続できるようになる*かも*しれません。

hostsの設定は大丈夫でした。
他にも設定をチェックするところがあれば指摘をお願いします。

--------------------------------------------------------
HP      :http://www.yk.rim.or.jp/~speed/

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

      8552 2004-01-05 21:55 [泉田隼人 <hayato@xxx] JDBC 接続に関して                       
      8554 2004-01-06 13:50 ┗[きたぢま <kitajima@x]                                       
      8555 2004-01-07 00:18  ┗[泉田隼人 <hayato@xxx]                                     
      8556 2004-01-07 00:30   ┣[Yuichi TSUNEMATSU <t]                                   
      8557 2004-01-07 00:37   ┗[SUGAWARA Hajime <sug]                                   
      8560 2004-01-07 12:03    ┣[きたぢま <kitajima@x]                                 
      8567 2004-01-07 23:21    ┃┗[Tomoyuki Ishino <ish]                               
      8568 2004-01-08 00:36    ┃ ┗[SUGAWARA Hajime <sug]                             
      8571 2004-01-08 01:30    ┃  ┗[Tomoyuki Ishino <ish]                           
      8573 2004-01-08 01:48    ┃   ┗[SUGAWARA Hajime <sug]                         
      8569 2004-01-08 01:01    ┗[泉田隼人 <hayato@xxx]                                 
      8570 2004-01-08 01:07     ┣[Yuichi TSUNEMATSU <t]                               
      8572 2004-01-08 01:36     ┣[SUGAWARA Hajime <sug]                               
->    8575 2004-01-08 08:16     ┃┗[泉田隼人 <hayato@xxx]                             
      8576 2004-01-08 15:25     ┃ ┗[mohri <mohri@xxxxxxx]                           
      8582 2004-01-08 23:43     ┃  ┗[泉田隼人 <hayato@xxx]                         
      8584 2004-01-09 13:47     ┃   ┣[Yokota Takehiko <tak]                       
      8585 2004-01-09 16:04     ┃   ┗[mohri <mohri@xxxxxxx]                       
      8590 2004-01-10 23:58     ┃    ┗[泉田隼人 <hayato@xxx]                     
      8591 2004-01-11 02:06     ┃     ┗[Tomoyuki Ishino <ish]                   
      8592 2004-01-11 10:13     ┃      ┗[泉田隼人 <hayato@xxx]                 
      8593 2004-01-11 14:10     ┃       ┗[tateyan <tateyan@xxx]               
      8594 2004-01-12 00:07     ┃        ┗[泉田隼人 <hayato@xxx]             
      8574 2004-01-08 07:59     ┗[泉田隼人 <hayato@xxx] Re: 自己レス  Re: JDBC  接続に関して