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

mysql:12590

From: Hanaki Shingo <Hanaki Shingo <hanaki0814@xxxxxxxxxx>>
Date: Sat, 17 Dec 2005 13:01:51 +0900 (JST)
Subject: [mysql 12590] FedoraCore4 にインストールする方法


初めて投稿させていただきます。

現在、Bugzilla導入の為、FedoraCore4にMysSQL(Ver3.23.56)を
インストールしています。作業手順は以下の6ステップを予定しています。

1. MySQL管理用アカウントの作成
2. 指定ディレクトリにアーカイブをコピー&展開
3. configureの実施
4. MAKE
5. MAKE TEST
6. MAKE INSTARLL

しかしながら、作業3にてMAKEファイルが作成されず、以降の
作業を行えない状況です。
解決方法について教えていただけますでしょうか。

よろしくお願いいたします。

--------------
# groupadd mysql
# useradd -g mysql -s /noexists -d /usr/local/mysql mysql
# cd /usr/local/src

# tar zxvf mysql-3.23.56.tar.gz  // 上記ディレクトリにアーカイブを展開

# cd mysql-3.23.56-pc-linux-i686

# ./configure --prefix=/usr/local/mysql --with-charset=ujis --with-extra-charsets=all --with-mysqld-user=root
NOTE: This is a MySQL binary distribution. It's ready to run, you don't
need to configure it!

To help you a bit, I am now going to create the needed MySQL databases
and start the MySQL server for you.  If you run into any trouble, please
consult the MySQL manual, that you can find in the Docs directory.

Installing all prepared tables
051217 21:40:02  ./bin/mysqld: Shutdown Complete


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 !
This is done with:
./bin/mysqladmin -u root  password 'new-password'
./bin/mysqladmin -u root -h kuro2  password 'new-password'
See the manual for more instructions.

NOTE:  If you are upgrading from a MySQL <= 3.22.10 you should run
the ./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 . ; ./bin/safe_mysqld &

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

Please report any problems with the ./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

Starting the mysqld server.  You can test that it is up and running
with the command:
./bin/mysqladmin version

# Starting mysqld daemon with databases from /usr/local/src/mysql-3.23.58-pc-linux-i686/data
051217 21:40:02  mysqld ended

--------------

 花木進吾 [hanaki0814@xxxxxxxxxx]





---------------------------------
STOP HIV/AIDS.
Yahoo! JAPAN Redribbon Campaign 2005

添付ファイル

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

-> @ 12590 2005-12-17 13:01 [Hanaki Shingo <hanak] FedoraCore4 にインストールする方法      
     12591 2005-12-17 13:57 ┗[nomoto <shin-1@xxxxx]                                       
   @ 12592 2005-12-17 14:22  ┗[Hanaki Shingo <hanak]