红联Linux门户
Linux帮助

求助:linux下安装mysql出现错误。求助:linux下安装mysql出现错误。

发布时间:2008-08-12 09:24:33来源:红联作者:gaoleiaas
求助:linux下安装mysql出现错误。

[root@billserver mysql-5.0.45]# ./configure --prefix=/usr/local/mysql5.0.45 --with-charset=utf8 --with-extra-charsets=all --enable-thread-safe-client
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 MySQL system tables...
OK
Filling help tables...
OK

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 billserver password 'new-password'
See the manual for more instructions.
You can start the MySQL daemon with:
cd . ; ./bin/mysqld_safe &

You can test the MySQL daemon with mysql-test-run.pl
cd mysql-test ; perl mysql-test-run.pl

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 http://shop.mysql.com
Starting the mysqld server. You can test that it is up and running
with the command:
./bin/mysqladmin version
[root@billserver mysql-5.0.45]# Starting mysqld daemon with databases from /home/mysql-5.0.45/data
STOPPING server from pid file /home/mysql-5.0.45/data/billserver.pid
080812 09:24:09 mysqld ended



请问如何解决,已经2天了,安装不上mysql 郁闷死。会的加我QQ帮我下吧 33720847
文章评论

共有 4 条评论

  1. rtl 于 2008-08-13 20:33:23发表:

    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 billserver password 'new-password'
    See the manual for more instructions.
    You can start the MySQL daemon with:
    cd . ; ./bin/mysqld_safe &

    You can test the MySQL daemon with mysql-test-run.pl
    cd mysql-test ; perl mysql-test-run.pl

    Please report any problems with the ./bin/mysqlbug script!


    上面是安?方法 你?出的?明文件??的

    代?包 http://mirror.csclub.uwaterloo.ca/mysql/Downloads/MySQL-5.0/mysql-5.0.67.tar.gz

  2. gaoleiaas 于 2008-08-12 10:02:53发表:

    貌似还是不行,谁能帮帮我 留下QQ吧 远程帮我操作下。谢谢了

  3. gaoleiaas 于 2008-08-12 09:57:16发表:

    直接运行binary distribution?

  4. deepwhite 于 2008-08-12 09:48:15发表:

    引用:
    This is a MySQL binary distribution. It's ready to run, you don't need to configure it!

    看不懂英语?已经说了是这个包是binary distribution,可以直接运行,不需要自己配置和编译。

    [ 本帖最后由 deepwhite 于 2008-8-12 09:49 编辑 ]