mysql:13389
From: <sambe@xxxxxxxxxx>
Date: 7 Oct 2006 10:45:43 +0900
Subject: [mysql 13389] Re: OS X Server 上のバージョンアップに関して
F.Y様 亀レスで申し訳ありません。 早速、アドバイスありがとうございます。 バージョンアップしか考えていませんが、並存て手がありましたね。 しかし、以下のページでは http://dev.mysql.com/doc/refman/4.1/ja/mac-os-x-installation.html mysql_install_dbを実行しろと書いてありますが、以下のページでは http://dev.mysql.com/doc/refman/4.1/ja/mysql-install-db.html mysql_install_dbは、1回しか実行できないと書いてありますね。 もう少し勉強してから、トライしてご報告いたします。 ありがとうございました。 sambe > Mac OS X Server(ウチのは10.4.8、G4 400MHzシングルで動いてる)標準のMySQL > 、ウチのは4.1.13aなんだけど、標準状態のまんまで > > # ps ax | grep mysql > 297 ?? S 0:00.09 /bin/sh /usr/bin/mysqld_safe --user=mysql > 332 ?? R 17:08.13 /usr/libexec/mysqld --basedir=/usr > --datadir=/var/mysql --user= > > て感じで動いとる。 > かたや、MacOS X(10.4.8、G4 1.25HGzのMac mini)にあとから自分でバイナリパ > ッケージからインストールした4.1.14は > > % ps ax | grep mysql > 650 ?? S 0:00.05 /bin/sh ./bin/mysqld_safe > --datadir=/usr/local/mysql/data --pid > 675 ?? S 6:15.43 /usr/local/mysql/bin/mysqld > --defaults-extra-file=/usr/local/my > > て感じで動いとる。 > つまり、見に行く先、納め先が違う。 > > わしなら、標準のと自分でインストールしたのを共存させておき、標準のはMySQL > マネージャで動かないようにしておき、datadirをまるごとコピーし、自分でイ > ンストールしたやつがコピー先データを見るようにしてそっちだけ起動する、 > かなぁ。 > > ServerじゃないMacOS Xには8台くらいMySQLをバイナリパッケージからインスト > ールしたけど、 mysql_install_dbは一度も使った記憶がないぞ。いまこれを書 > いてるのはIntel iMac(Core2Duo)だが、こいつには5.0.24aが入れてあるけど、 > やっぱりmysql_install_dbを使った記憶はない。 > Intel iMacの場合も > > $ ps ax | grep mysql > 5834 ?? S 0:00.02 /bin/sh ./bin/mysqld_safe > --datadir=/usr/local/mysql/data --pid > 5853 ?? S 0:00.06 /usr/local/mysql/bin/mysqld > --basedir=/usr/local/mysql --datadi > > となっとる。 > いま確認だけのために動かしたのがバレバレだな… > > --- sambe@xxxxxxxxxx wrote: > > > はじめましてsambeと申します。 > > > > OS X ServerでMySQLのバージョンアップを行っていますが、Scriptが > > うまく動かず困っています。エラーメッセージに関して、検索をいろいろ > > してみたのですが、解決策が見つからなかったために、MLでお願いすること > > いたしました。初心者ですので、よろしくお願いいたします。 > > > > OS X Server 10.4.7 > > MySQLを4.1.Xから最新版にバージョンアップしようとして > > http://dev.mysql.com/doc/refman/4.1/ja/mac-os-x-installation.html > > のページを参考に作業を進めて、mysql_install_dbを行うと以下のエラーが > > 表示されます。 > > > > localhost:/usr/local/mysql mycom$ mysql_install_db > > Installing all prepared tables > > 061004 22:09:37 [Warning] Can't create test file > > /var/mysql/localhost.lower-test > > /usr/libexec/mysqld: File './localhost-bin.000008' not found > > (Errcode: 13) > > 061004 22:09:37 [ERROR] Could not use localhost-bin for logging > > (error 13). Turning logging off for the whole duration of the MySQL > > server process. To turn it on again: fix the cause, shutdown the > > MySQL server and restart it. > > 061004 22:09:37 [ERROR] Aborting > > > > 061004 22:09:37 [Note] /usr/libexec/mysqld: Shutdown complete > > > > Installation of system tables failed! > > > > Examine the logs in /var/mysql for more information. > > You can also try to start the mysqld daemon with: > > /usr/libexec/mysqld --skip-grant & > > You can use the command line tool > > /usr/bin/mysql to connect to the mysql > > database and look at the grant tables: > > > > shell> /usr/bin/mysql -u root mysql > > mysql> show tables > > > > Try 'mysqld --help' if you have problems with paths. Using --log > > gives you a log in /var/mysql that may be helpful. > > > > The latest information about MySQL is available on the web at > > http://www.mysql.com > > Please consult the MySQL manual section: 'Problems running > > mysql_install_db', > > and the manual section that describes problems on your OS. > > Another information source is the MySQL email archive. > > Please check all of the above before mailing us! > > And if you do mail us, you MUST use the /usr/bin/mysqlbug script! > > localhost:/usr/local/mysql mycom$ > > > > 以上、ヒントでもかまいませんので、アドバイスいただければ幸いです。 > > よろしくお願いいたします。 > > > > > > > -------------------------------------- > [10th Anniversary] special auction campaign now! > http://pr.mail.yahoo.co.jp/auction/ > >
13387 2006-10-05 23:38 [<sambe@xxxxxxxxxx> ] OS X Server上のバージョンアップに関して 13388 2006-10-06 12:16 ┗["F.Y" <fumi_sby@xxxx] -> 13389 2006-10-07 10:45 ┗[<sambe@xxxxxxxxxx> ] 13390 2006-10-07 11:15 ┣["F.Y" <fumi_sby@xxxx] 13393 2006-10-09 11:38 ┃┗[<sambe@xxxxxxxxxx> ] 13397 2006-10-10 09:41 ┃ ┗["F.Y" <fumi_sby@xxxx] 13391 2006-10-07 11:41 ┣["村上 幸雄" <m_yukio] Re: _[mysql_13389]_Re:_OS _X_Server_上のバージョンアップに関して 13394 2006-10-09 11:45 ┃┗[<sambe@xxxxxxxxxx> ] 13392 2006-10-08 12:45 ┗["S.Yamanaka" <NAG015] 13395 2006-10-09 11:48 ┗[<sambe@xxxxxxxxxx> ]