各位大虾:
小弟今天在fedora8下安装了mysql(版本为5.1.11-beta-linux-i686-glibc23),新建用户mysql和用户组mysql安装后,用"/etc/rc.d/init.d/safe_mysql start"命令运行后 显示结果为"
Starting MySQL                                             [确定]"
运行"rpm -qa |grep mysql"后显示结果为"
php-mysql-5.2.4-3
mysql-libs-5.0.45-4.fc8
"
请问如何我这算安装成功吗?如何才能正确安装。急!!!!!!!

解决方案 »

  1.   

    补充:
    [root@localhost mysql]# ./configure
    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
    Fill help tablesTo start mysqld at boot time you have to copy support-files/mysql.server
    to the right place for your systemPLEASE 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 localhost.localdomain 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 &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@localhost mysql]# nohup: redirecting stderr to stdout
    Starting mysqld daemon with databases from /usr/local/mysql/data
    STOPPING server from pid file /usr/local/mysql/data/localhost.localdomain.pid
    080615 22:51:49  mysqld ended
      

  2.   

    软件包存在依赖关系,依赖包要先安装,建议直接用yum安装吧
      

  3.   

    support-files/mysql.servermysql.server start这个才是服务吧