mysql:3941
From: <chace@xxxxxxxxxx>
Date: Tue, 10 Jul 2001 09:24:35 +0900
Subject: [mysql 03941] mysql_install_db の実行について
はじめまして、松原と申します。 初めて投稿させていただきます。 書籍「MySQL & PHP Webデータベース入門(ソフトバンク刊)」を参考にしながら MySQLをさわっております。 MySQLのソースから、コンパイル・インストールは無事できたのですが、その後の DBの初期化で以下の様なエラーが発生してしまいます。 [root@192 mysql]# ./bin/mysql_install_db Sorry, the host '192.168.0.5' could not be looked up. Please configure the 'hostname' command to return a correct hostname. If you want to solve this at a later stage, restart this script with the --force option [root@192 mysql]# 上記書籍には、lookupに関するエラーが発生したら、以下の様に、/etc/hosts を変更すると記述してあります。 /etc/hosts ---------------------------------------------- 127.0.0.1 localhost.localdomain localhost # デフォルトで入っています。 192.168.0.28 localhost.localdomain # この行を追加します。 ---------------------------------------------- しかし、実際の /etc/hosts には、以下の様に記述してあります。 ---------------------------------------------- 127.0.0.1 192.168.0.5 192 localhost.localdomain localhost ---------------------------------------------- このファイルに、なんと記述すればいいのでしょうか。 いろいろ試したのですが、mysql_install_dbを実行すると同じエラーが発生してしま います。 どなたか、ご教授頂ければ幸いです。 __________________ 環境 Red HatLinux 6.2 APACHE 1.3.12 MySQL 3.23.36 ホスト名 192.168.0.5 ドメイン名 192.168.0.5 IPアドレス 192.168.0.5 gcc -v Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) uname -a Linux 192.168.0.5 2.2.14-5.0 #1 Tue Mar 7 20:53:41 EST 2000 i586 unknown __________________
-> 3941 2001-07-10 09:24 [<chace@xxxxxxxxxx> ] mysql_install_db の実行について 3942 2001-07-10 09:49 ┗[Tom Mishima <tmishim] 3946 2001-07-10 11:10 ┗[<chace@xxxxxxxxxx> ] 3948 2001-07-10 11:30 ┗[Tom Mishima <tmishim] 3950 2001-07-10 12:11 ┗[<chace@xxxxxxxxxx> ] 3952 2001-07-10 16:15 ┗[Shinichiro HIDA <shi]