mysql:8568
From: SUGAWARA Hajime <SUGAWARA Hajime <sugawara@xxxxxxxxxx>>
Date: Thu, 08 Jan 2004 00:36:56 +0900
Subject: [mysql 08568] Re: JDBC 接続に関して
菅原%求職中です。 Tomoyuki Ishino <ishino@xxxxxxxxxx>さん: > ただし、Windows版のMySQLサーバでは、"localhost"への許可があればOKで、 > Linux版とは動作が違ってます。 > Windows版はデフォルトでTCP/IPソケットしか有効でないんで、 > その辺も変えてるんでしょうか。 Windows版はNT系(mysqld-ntとかmysqld-max-nt)だとnamed pipeも使うみた いです。 http://www.mysql.gr.jp/jpdoc/3.23.x/manual.ja_Problems.html#Can_not_ connect_to_server この時に--host=localhostとするとnamed pipeを使わずにTCP/IPで接続するよ うです。で、この時は逆引きして127.0.0.1からlocalhostを得るようです。 (なので、\windows\hostsにちゃんとlocalhostが記述されてないとダメらしい) ――と、ここまで調べてWindowsだけ特別なことをしてるのかな? と思い実 験してみたところ、Linuxでも/etc/hostsが 127.0.0.1 localhost localhost.localdomain になっていると % mysql --host=127.0.0.1 でlocalhostとして認証されます。 つまり、UNIXドメインソケットかTCP/IPソケットかは関係ないらしいです。 (僕もずっと誤解してました) Linuxなどでは/etc/hostsに 127.0.0.1 <ホスト名> localhost localhost.localdomain と書かれていることが多いために、Windowsと動作が違うように見えるだけのよ うです。 #違ってたらごめんなさい。 -- 菅原はじめ@うぃーくぽいんと mailto:sugawara@xxxxxxxxxx
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 接続に関して