mysql:8590
From: 泉田隼人 <泉田隼人 <hayato@xxxxxxxxxx>>
Date: Sat, 10 Jan 2004 23:58:14 +0900
Subject: [mysql 08590] Re: JDBC 接続に関して
泉田隼人です。 返事が遅くなりました。 >横田さん >以前のメールで「/etc/hostsの設定は大丈夫でした」とおっしゃっていまし >たが、これはつまり/etc/hostsは書き換えていない、ということでしょうか。 > >もしも書き換えたのであれば、書き換え後にMySQLのサーバプロセスを再起動 >した方がよいです。でないと/etc/hostsの変更はMySQLサーバには反映されな >いようです。 /etc/hostsは書き替えていません。 そのまま変更をしていないので大丈夫だと思います。 >moriさん >root@xxxxxxxxxx に対する権限ではないでしょうか。 >(というか root@% に対する権限でいいのかな) > >*NIX 上の MySQL では「localhost」とそれ以外では接続方法が違います。 >(/etc/hosts ファイルでの対応云々は MySQL では関係ありません) > >以前に石野さんが書かれた [mysql 08567] によると、 > (中略) >ということがすでに出ているはずなので、 >これをまず試してみてはいかがでしょうか。 grant all privileges on *.* to root@xxxxxxxxxx identified by 'test' with grant option; と実行し、再度JSPから接続を試してみましたがダメでした。 ちなみに↓はダメでした。 grant all privileges on *.* to root@% identified by 'test' with grant option; 近頃あまりに動作しないので変な気を起こしているのですが、 RedHat7.3だからダメってことは無いですよね? 何かライブラリが古いからダメってことがあるのでしょうか? そういえば、このMySQLはソースからconfigure → Make → Make install とやっているのですがjdbcオプションをつけないといけないのでしょうか?? configureオプションを確認したのですがJDBCオプションのような モノは確認できませんでした。 ./configure \ --prefix=/usr/local/mysql \ --with-charset=ujis \ --with-extra-charsets=all \ --with-mysqld-user=mysql -------------------------------------------------------- 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 接続に関して