我的mysql怎么老装不上啊?

我的mysql怎么老装不上啊?

我按照这个来装
取得 mysql-*.tar.gz 後, 於 /usr/local 目录下解开:
# cd /usr/local
# tar zxvf mysql-*.tar.gz
# cd mysql-*
设定 configure 安装选项,选择安装目录 (prefix)以及支援中文 Big5 码(with-charset=big5):
# ./configure --prefix=/usr/local/mysql \
#--with-charset=big5

却出现下面的文字。。怎么回事?
[root@cvs mysql-standard-4.0.18-pc-linux-i686]# ./configure --prefix=/usr/local/mysql --with-charset=big5
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
040225 15:45:25  ./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 !
To do so, start the server, then issue the following commands:
./bin/mysqladmin -u root password 'new-password'
./bin/mysqladmin -u root -h cvs 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/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 ./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
[root@cvs mysql-standard-4.0.18-pc-linux-i686]# Starting mysqld daemon with databases from /var/lib/mysql
040225 15:45:26  mysqld ended      
因为你的MYSQL不应该是直接从网上DOWN的吧。。所以才会出现那种情况。
自己最好到往上DOWN一个SERVER和CLIENT。。这样肯定能装上。记得要用装LINUX的机子DOWN哦。。
www.neweasier.com      
你用的是二进制版本,不是源码版本,所以不用这么安装,下下来,解包,建立mysql用户,然后设置一下权限,就可以直接用了。      
NOTE: This is a MySQL binary distribution. It's ready to run, you don't
need to configure it!

NOTE:这是个mysql的二进制版本。它已经可以直接运行的。你不需要(为编译)配置它