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

mysql:3075

From: "imagine/Shimizu Nariaki" <"imagine/Shimizu Nariaki" <imagine@xxxxxxxxxx>>
Date: Fri, 19 Jan 2001 23:05:15 +0900
Subject: [mysql 03075] slackware-current + MySQL 3.23.31

こんばんは 長文になりますが、お許しください。

MySQL 3.23.31 がリリースされたと知り、

 slackware-current
    (glibc2.2.1 / gcc version egcs-2.91.66 (egcs-1.1.2))

のマシンに導入してみようと思いました。

%cd /usr/local/src
% tar zxvf db-3.2.3g.tar.gz
%cd db-3.2.3g/build_unix
%../dist/configure
%make
%su
#make install

を行い、次に
%cd /usr/local/src/
%tar zxvf mysql-3.23.31.tar.gz
%cd mysql-3.23.31
%./configure --with-charset=ujis -with-extra-charsets=all --with-mysqld-user=m
ysql
--with-berkeley-db
%make
%su
#make install

までは無事に終了しました。
続いてなのですが、

#su - mysql
%mysql_install_db --user=mysql
Preparing db table
Preparing host table
Preparing user table
Preparing func table
Preparing tables_priv table
Preparing columns_priv table
Installing all prepared tables
/usr/local/bin/mysql_install_db: line 1: 21412 Segmentation fault
/usr/local/libexec/mysqld --bootstrap --sk
ip-grant-tables --basedir=/usr/local --datadir=/usr/local/var/
Installation of grant tables failed!

Examine the logs in /usr/local/var/ for more information.
You can also try to start the mysqld demon with:
/usr/local/libexec/mysqld --skip-grant &
You can use the command line tool
/usr/local/bin/mysql to connect to the mysql
database and look at the grant tables:

shell> /usr/local/bin/mysql -u root mysql
mysql> show tables

Try 'mysqld --help' if you have problems with paths. Using --log
gives you a log in /workgroup/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/local/bin/mysqlbug script!

となり、データベースの初期化ができませんでした。
/usr/local/var にもログが残っておらず、test というディレクトリと
mysql と言うディレクトリが作成されているだけでした。

何が悪いのか、見当もつかず立ち往生してしまいました。
何かヒントがあればご教授いただきたく、投稿することに
いたしました。よろしくお願いいたします。
--
+------------------------------------------------+
 imagine/清水  成明 (Shimizu Nariaki)
 E-MAIL : shimizu@xxxxxxxxxx
+------------------------------------------------+


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