cannot create windows service for mysql. error:0
安装过程中的一个错误:
cannot create windows service for mysql. error:0
解决方案:
使用windows的sc程序删除mysql服务.
C:>sc delete mysql
[SC] DeleteService SUCCESS
再重新使用MySQL Configuration Wizard。
本文介绍了一种在Windows系统上安装MySQL服务时遇到的错误“cannotcreatewindowsserviceformysql.error:0”的解决方法。首先使用Windows的sc程序删除mysql服务,然后重新使用MySQLConfigurationWizard进行安装。
cannot create windows service for mysql. error:0
安装过程中的一个错误:
cannot create windows service for mysql. error:0
解决方案:
使用windows的sc程序删除mysql服务.
C:>sc delete mysql
[SC] DeleteService SUCCESS
再重新使用MySQL Configuration Wizard。
299
4859
1726
1168

被折叠的 条评论
为什么被折叠?