cannot start service Error 0?(50分)
安装MySQL4.1,配置时到最后一步总是不可以Start Service
我用的是WinXPsp1,运行services.msc后直接启动MySQL服务会提示服务被意外中止。
在命令行下,输入mysql -u root会出现错误10061,cannot connect to server
查看任务管理器,发现没有mysql-nt.exe。即使在cmd里直接键入mysqld或者mysql-nt也没有用,mysqld-nt程序的确运行了,但感觉它会被立刻关闭,查看任务管理器依然没有这个进程。
不知道是什么原因,多谢达人解决。
问题点数:50、回复次数:1Top
1 楼mathematician(数学家)回复于 2005-05-08 11:11:12 得分 50
C:\mysql\bin>mysqld-nt remove
Service successfully removed.
C:\mysql\bin>mysqld-nt -install
Service successfully installed.
C:\mysql\bin>net start mysql
MySQL服务已经启动成功。
C:\mysql\bin>mysql
Welcome to the MySQL monitor...Top
相关问题
- redefinition and cannot convert error
- Linking error: cannot open file "nafxcwd.lib"
- error: C compiler cannot create executables
- LINK : fatal error LNK1104: cannot open file "LIBCD.lib"
- error LNK: cannot open input file "..\..\BaseClasses\debug\strmbasd.lib"
- please look at it error cannot load resource file sqresus.dll
- LINK : fatal error LNK1104: cannot open file "mfc42u.lib"?
- 关于:fatal error C1083: Cannot open precompiled header file
- LINK : fatal error LNK1168: cannot open Debug/yuqi5.exe for writing
- fatal error C1083: Cannot open precompiled header file: why




