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

mysql:8594

From: 泉田隼人 <泉田隼人 <hayato@xxxxxxxxxx>>
Date: Mon, 12 Jan 2004 00:07:00 +0900
Subject: [mysql 08594] Re: JDBC 接続に関して

 泉田隼人です。

>たてやんさん

詳しい指示ありがとうございます。
まだ、mysqlについてはわからない部分がありますので、
何を提示して良いのか悩んでいるところでした。

>/etc/my.cnf (RedHat) または /etc/mysql/my.conf (Debian)なども関わってい
>ます。(/var/lib/mysql/ にあるケースなどもあり)

/etc/my.cnfの存在はこのメールで知りました。
ネットで探していたらテンプレートがあることを知り、
そこから/etc/my.cnfを作成しました。
下記はその内容です。

[client]
#password       = your_password
port            = 3306
socket          = /tmp/mysql.sock

[mysqld]
port            = 3306
socket          = /tmp/mysql.sock
skip-locking
key_buffer = 16K
max_allowed_packet = 1M
table_cache = 4
sort_buffer_size = 64K
net_buffer_length = 2K
thread_stack = 64K

#skip-networking
server-id       = 1

# Uncomment the following if you want to log updates
#log-bin

# Uncomment the following if you are NOT using BDB tables
#skip-bdb

[mysqldump]
quick
max_allowed_packet = 16M

[mysql]
no-auto-rehash
# Remove the next comment character if you are not familiar with SQL
#safe-updates

[isamchk]
key_buffer = 8M
sort_buffer_size = 8M

[myisamchk]
key_buffer = 8M
sort_buffer_size = 8M

[mysqlhotcopy]
interactive-timeout

/etc/my.cnfを設定後、mysqlを停止→mysqld_safe をつかっての
起動をしたところmysqlは正常に起動しました。
その後、jspからアクセスをしたのですが今までと同様に



>以前ネットワークにつながらないといったケースに対しては
>[mysqld] セクションに
>skip-networking と記述してたものをコメントアウトする
>という方法で解決もあったと思います

確認をしたところskip-networkingは元々コメントアウトされていました。



もうちょっとがんばってみようと思います。
今までにいただいたメールを再度読み直し、
解決したら自分への確認する意味も含めてココに投稿させて
いただきます。


--------------------------------------------------------
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  接続に関して