呵呵,查看 rpm 包的信息呀,
显示的信息会提示你文件都安装在什么目录下了

解决方案 »

  1.   

    If you find the path name.
    suppose Mysql is installed in C disk root.
    enter command line and input the following:
    cd c:\mysql
    cd bin
    mysqld --basedir=C:\mysqlkeep the sql server running and that's it!
      

  2.   

    直接运行#mysql
    or #mysql mysql连接mysql库
      

  3.   

    #service mysqld start
    #mysql
      

  4.   

    如果刚开路径不对的话,你用WHEREIS MYSQL 找一下。。然后,打入你找到的目录下,启动:#SERVICE MYSQL START #MYSQL
      

  5.   

    [root@www root]# /etc/rc.d/init.d/mysqld start
    启动 MySQL:                                               [  确定  ]
    [root@www root]# /etc/rc.d/init.d/mysqld stop
    停运 MySQL:                                               [  确定  ]
    [root@www root]#