mysql直接执行
mysql -u root -ppassword

解决方案 »

  1.   

    Simple!Follow me:
    (Suppose your install directory is C:\mysql)
    enter the Mysql directory:
                        cd c:\mysql\bin
    you could do an dir operation to have a view of the executable files:
    Now you enter:
                        mysqld.exe
    run mysqld.exe,then you enter:
                        mysql.exe
    Now the Mysql server is running if you see the welcome information!
                     Enjoy it!
      

  2.   

    直接运行mysql/bin/winmysqladmin.exe就可以了。
      

  3.   

    启动数据库:c:/mysql/bin/winmysqladmin.exe 双击启动会在系统投盘上显示MySQL的图标,点击右键,在菜单里选择,Install serverice,然后Start serverce 数据库服务器启动
    在DOS下c:/mysql/bin/mysql
    ok
      

  4.   

    98/ME下 在运行处打入  c:/mysql/bin/mysqld.exe
    NT/2000下 在运行处打入 c:/mysql/bin/mysqld-nt.exe
      

  5.   

    以上操作 MYSQL就启动了~~~:)
    命令行进入MYSQL的话,键入c:/mysql/bin/mysql就ok 了
      

  6.   

    如果是 2000 的话,
    去 mysql 的安装目录(DOS 窗口下)
    copy my.cnf c:cd bin
    mysqld-nt --install
    exit然后 开始/程序/管理工具/服务
    找到 mysql 的那项,右键,启动
      

  7.   

    copy my.cnf c:\
    cd bin大爷的,没想到论坛把我的反斜杠给吞了