我安装了mysql3.23软件(当然我知道有更高版的,只是为了某些需要,不得已而为之)但不知怎么启动它?是不是用下面的流程:
命令行下输入:
>cd c:\mysql\bin
>mysqladmin -u root password 你的密码
但我操作到mysqladmin -u root password时,系统提示:
Can't connect to MySQL server on 'localhost' (10061)。
然后我又用mysqladmin -uroot -p version方法操作,结果好像有点正常出现了
Enter password:
但当我输入密码回车后又出现了刚才的问题。请问我是这样启动吗?出现这样的问题又怎样解决?谢谢!!

解决方案 »

  1.   

    你还是直接用 
    C:\mysql\bin\mysqld.exe 来启动吧。
      

  2.   

    D:\MySQL Server 5.1\bin>mysql -uroot -p
    Enter password: ******
    Welcome to the MySQL monitor.  Commands end with ; or \g.
    Your MySQL connection id is 12
    Server version: 5.1.40-community-log MySQL Community Server (GPL)Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.mysql>
      

  3.   

    在Enter password:中输入密码提示错误:
    Can't connect to MySQL server on 'localhost' (10061)。
      

  4.   

    可能你的密码错了,要是忘记密码 可以去修改my.ini文件.在mysqld选项组里面添加一条skip-grant-tables