标签:lis ons mysql 安装 exe windows text 点击 ice
在安装到最后一步,点击”execute“按钮时,出现错误cannot create windows service for mysql.error:0
解决方法:
在桌面上找到“MyComputer“,右键选择“Manage”,然后选择”Service and Applications“,然后选择”services“,找到”MySQL“服务:
输入命令:sc delete mysql
此命令是删除”MySQL“服务。刷新”services“列表,检查”MySQL“服务是否已删除,可以看到确实没了。
在“MySQL”安装界面,选择“back”按钮,然后再次选择“next”按钮,然后执行“execute”按钮,就不会出现那个错误了,问题解决。
Mysql——安装server错误:cannot create windows service
标签:lis ons mysql 安装 exe windows text 点击 ice
原文地址:https://www.cnblogs.com/nana-qiu/p/11766403.html