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

mysql:12640

From: "O mari" <"O mari" <marimarittpe@xxxxxxxxxx>>
Date: Mon, 16 Jan 2006 19:59:58 +0900
Subject: [mysql 12640] MySQL4.1.15のインストール

ホスティングにてサーバーを利用しており、このたびMySQLのインストールに挑戦し
ている oka mariと申します。
COBOL,Perl,NT系サーバーについて若干知識があります。どうぞよろしくお願いいた
します。

MySQLをインストールしたつもりなのですが、どうもうまく動作いたしません。ご教
授のほどよろしくお願いします。

現在の環境
◆サーバー:OCNホスティングサーバ (MySQL、PHP等は各自インストールで使用
◎)

◆サーバーOS:FreeBSD,ウェブ(apache)

私が行った手順は下記の通りです。
(1) telnet にて管理者モード su -でログイン
(2) vinstall でmysql インストール
<表示されたメッセージ>
pkg_add: package 'readline-5.0' or its older version already installed
pkg_add: package 'linuxthreads-2.2.3_19' or its older version already
installed
mysql:*:88:
You already have a group "mysql", so I will use it.
mysql:*:88:88::0:0:MySQL Daemon:/nonexistent:/sbin/nologin
You already have a user "mysql", so I will use it.
Started the safe_mysqld wrapper script.
You will need to type 'rehash' before you will be able to access the mysql
binary.

vinstall done

(3) rehash
(4) ps -ax | grep mysql |
 10260  p0  R+     0:00.00 grep mysql
(5)mysql
→ERROR 2002(HY000) : Can't connect to local Mysql server thorough socket
'/tmp/mysql.sock'(61)

どうやら、SQLのプロセスが正常に動作していないようなのです。

マニュアルには、mysql_install_dbコマンドを実行する必要はありませんとありまし
たが、
(6)mysql_install_db を実行したところ
<表示されたメッセージ>
Installing all prepared tables
Fill help tables

To start mysqld at boot time you have to copy support-files/mysql.server
to the right place for your system

PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:
/usr/local/bin/mysqladmin -u root password 'new-password'
/usr/local/bin/mysqladmin -u root -h i-doco.jp password 'new-password'
See the manual for more instructions.

NOTE:  If you are upgrading from a MySQL <= 3.22.10 you should run
the /usr/local/bin/mysql_fix_privilege_tables. Otherwise you will not be
able to use the new GRANT command!

You can start the MySQL daemon with:
cd /usr/local ; /usr/local/bin/mysqld_safe &

You can test the MySQL daemon with the benchmarks in the 'sql-bench'
directory:
cd sql-bench ; perl run-all-tests

Please report any problems with the /usr/local/bin/mysqlbug script!

The latest information about MySQL is available on the web at
http://www.mysql.com
Support MySQL by buying support/licenses at https://order.mysql.com

OCNマニュアルのvinstallを実行した際に表示されてくるべき内容が表示されてきま
した。

(7)このあと、ps -ax | grep mysql をしたら 10844  p0  R+     0:00.00 grep
mysqlと表示されました。
(8 )mysql  実行後 →ERROR 2002(HY000) : Can't connect to local Mysql
server thorough socket
'/tmp/mysql.sock'(61)
最初と同じメッセージです。

サポートデスクに問い合わせたところ、「mysqlを使えないように設定したんじゃな
いですか?ちょっとそれはサポートできません」と言われてしまいまして、検索エン
ジン等でも検索しましたが、なかなかうまく探し当てることができません。

vinstall(OCNのパッケージ)がおかしいのか?それともソケットが違うためなのか
?
どうぞよろしくお願いいたします。

oka mari



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

->   12640 2006-01-16 19:59 ["O mari" <marimaritt] MySQL4.1.15のインストール               
     12641 2006-01-17 10:24 ┗[doumae <doumae@xxxxx]