cannot create windows service for mysql.error:0[图]_MySQL
安装新的MYSLQ数据库,安装好运行MySQL Server Instance Config Wizard,在最后一步却发现无法启动服务,出现这样的提示“cannot create windows service for mysql.error:0”!
解决方法如下:
原因:
安装mysql时可能产生cannot create windows service for mysql.error:0错误,错误的原因多数由于重新安装mysql或者对mydql升级,使用MySQL Configuration Wizard而产生.
解决方法:
首先停止MYSQL服务:
可以使用mysql以外的服务名,比如mysql11,等.但这不是最好的解决方法,我们可以使用windows的sc程序删除mysql服务.
C:>sc delete mysql
[SC] DeleteService SUCCESS
再重新使用MySQL Configuration Wizard,就不会有此错误了。
如果还是不行,重新启动一下电脑就OK了
我根据上面步骤操作,结果还是不行,可能实际情况不同吧。
最后我将MySQL完全卸载,再重新安装在不同目录下,运行成功。
该方法虽然笨,但很有效,呵呵。
上一篇: HAProxy+Keepalived实现Web服务器负载均衡 博客分类: 网站架构
下一篇: Spring Security3.1 最新配置实例 博客分类: Spring Security spring security
推荐阅读
-
cannot create windows service for mysql.error:0[图]_MySQL
-
cannot create windows service for mysql.error:0的问题_MySQL
-
cannot create windows service for mysql.error:0的问题_MySQL
-
解决MySQL5.1安装时出现Cannot create windows service for mysql.error:0
-
cannot create windows service for mysql.error:0_MySQL
-
解决Mysql 错误:cannot create windows service for
-
cannot create windows service for mysql.error:0_MySQL
-
Error:Cannot create Windows service for MySql Error:0解决方_MySQL
-
Error:Cannot create Windows service for MySql Error:0解决方_MySQL