1.在我的进程里,当正确运行mysql的时候是有服务mysqld.exe运行的 他的用户是system。
当我把它结束掉了,就不能运行mysql 看起来是废话。但是不知道怎么再启动它,bin下的mysqld.exe点了,也不管用。
当启动mysqld --allow-suspicious-udfs 的时候,进程中仍然没有。
2.当我不结束
用户是system的mysqld.exe时候运行mysqld --allow-suspicious-udfs ,会发现进程里面有两个mysqld.exe一个是system用户,一个是Administrator用户,都搞糊涂了。大虾解释下吧!

解决方案 »

  1.   

    这个是mysql的服务端的进程啊
    5.0版本为mysqld-nt.exe
    5.1版本为mysqld.exe你在cmd里:"net stop mysql的服务名"看看
    再"net start mysql的服务名"看看就明白了
      

  2.   

    WINDOWS的控制面板中,打开服务,然后找到 mysql ,启运一下就行了。
      

  3.   

    090820 11:49:00 [Note] Plugin 'FEDERATED' is disabled.
    090820 11:49:01  InnoDB: Error: unable to create temporary file; errno: 2
    090820 11:49:01 [ERROR] Plugin 'InnoDB' init function returned error.
    090820 11:49:01 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
    090820 11:49:01 [ERROR] Unknown/unsupported table type: INNODB
    090820 11:49:01 [ERROR] Aborting090820 11:49:01 [Warning] Forcing shutdown of 1 plugins
    090820 11:49:01 [Note] mysqld: Shutdown complete
    启动不了服务啊!说什么innodb有问题
      

  4.   

    WINDOWS的控制面板中,打开服务,然后找到 mysql , 双击打开看一下对应的命令是什么?
      

  5.   

    090820 14:54:41 [Note] Plugin 'FEDERATED' is disabled.
    090820 14:54:41  InnoDB: Error: unable to create temporary file; errno: 2
    090820 14:54:41 [ERROR] Plugin 'InnoDB' init function returned error.
    090820 14:54:41 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
    090820 14:54:41 [ERROR] Unknown/unsupported table type: INNODB
    090820 14:54:41 [ERROR] Aborting090820 14:54:41 [Warning] Forcing shutdown of 1 plugins
    090820 14:54:41 [Note] C:\Program Files\MySQL\MySQL Server 5.1\bin\mysqld.exe: Shutdown complete
      

  6.   

    我来说先卸载软件。在删除C:\Documents and Settings\All Users\Application Data\MySQL\MySQL Server 5.1目录。在重新安装就可以了。重点是要删除C:\Documents and Settings\All Users\Application Data\MySQL\MySQL Server 5.1目录
    反正我这样做了。就可以了。。