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

mysql:14034

From: YuGo <YuGo <yu.gotou@xxxxxxxxxx>>
Date: Fri, 01 Jun 2007 11:57:27 +0900
Subject: [mysql 14034] Re: mysql4.1 5.0の同居

富士和電子 伊藤浩樹 どの。
> 意味はよくわかりませんが、
> --defaults-extra-file=path
> http://dev.mysql.com/doc/refman/4.1/ja/option-files.html
> もためしてみてください。

このメールはしょうももないので忘れてください。
他の方が書いていらっしゃるように、
http://dev.mysql.com/doc/refman/5.0/en/mysqld-safe.html
if you execute mysqld_safe with the --defaults-file or
--defaults-extra-option option to name an option file, the option must
be the first one given on the command line or the option file will not
be used
だそうです。
ところで、このmysqld-safeですがmysqldを探すときにのぞみのものをみつけて
くれるかどうかわからなかったので、mysqldを直接指定したほうが話がわかりや
すいと思いました。それと、userを指定すると話がややこしいのでそのuserに
なって実行したらどうでしょう。

$/usr/local/bin/mysql_install_db \
	--datadir=/usr/local/mysql/data \
	--basedir=/usr/local/mysql

$/usr/local/mysql/bin/libexec/mysqld \
	--defaults-file=/etc/my5.cnf

コンパイルからやり直されるのでしたらこちらも参考にしてみてください。
http://dev.mysql.com/doc/refman/4.1/ja/multiple-unix-servers.html
http://dev.mysql.com/doc/refman/5.0/en/multiple-unix-servers.html



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

     14026 2007-05-31 17:57 [富士和電子 伊藤浩樹 ] mysql4.1 5.0の同居                      
     14027 2007-05-31 19:14 ┗[YuGo <yu.gotou@xxxxx]                                       
     14029 2007-06-01 09:48  ┗[富士和電子 伊藤浩樹 ]                                     
     14030 2007-06-01 10:00   ┣[Tetsuro IKEDA <te.ik]                                   
     14031 2007-06-01 10:17   ┃┗[Yutaka Doumae <douma]                                 
     14033 2007-06-01 10:28   ┃ ┗[Tetsuro IKEDA <te.ik]                               
     14032 2007-06-01 10:28   ┗[YuGo <yu.gotou@xxxxx]                                   
->   14034 2007-06-01 11:57    ┗[YuGo <yu.gotou@xxxxx]                                 
     14035 2007-06-01 13:25     ┗[富士和電子 伊藤浩樹 ]