博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
cannot create windows service for MySQL
阅读量:2401 次
发布时间:2019-05-10

本文共 1405 字,大约阅读时间需要 4 分钟。

OK, as so many before I have yet another possible fix. 

What happens is something gets stuck in the setup that stays after uninstallation. What I have done to resolve this is. 

* I use the .msi installer that I installed it with to uninstall it. 

* Then just to make sure I run on the command line; sc delete MYSQL (or w/e your service is named) 

* I then go and delete the folder it was installed to. 

So far this is common practice, but here is the thing I stumbled upon that no one else touched on. 

* Finally I delete the C:/Documents and Settings/All Users/Application Data/MySQL folder 

* Now when I reinstall all works fine. 


I found a early warning that it will fail if you set up a root password then when asking for the root pass again it asks for your current root password. This will likely mean that your install will fail. The install failing is not due to the service not getting created or removed properly but rather a fault in the mysqld daemon. Command line running of the daemon yields a crash every time for me at least. To solve that I simply followed the steps I listed above and it worked. 


Now I know this is a less than optimal (hardly possible) solution for those who have existing data since the App Data MySQL folder is the heart of your data (according to the conf file anyways) but since I was doing this on a fresh install I do not know or have the time to research other solutions. 

转载地址:http://yppob.baihongyu.com/

你可能感兴趣的文章
samba出错!
查看>>
服务器的提示!
查看>>
biti_rainy
查看>>
系统安装到用raid做成的逻辑驱动器上不能启动的一个原因!
查看>>
tahiti.oracle.com
查看>>
系统安装到用raid做成的逻辑驱动器上不能启动的一个原因!
查看>>
informix 10.0 extent size 的大小限制和数量限制
查看>>
zhouwf0726
查看>>
Oracle字符集问题总结(转贴)
查看>>
SuSE Linux 10.0安装oracle的时候老是提示检查操作系统版本
查看>>
64位SuSE Linux 10.0安装的时候出现黑屏
查看>>
网页特效(三)
查看>>
我的心情*
查看>>
eagle_fan
查看>>
rcp 安装配置
查看>>
etrm
查看>>
测试使用标准I/O进行Informix同时备份和恢复
查看>>
metalink
查看>>
顶点财经
查看>>
在SLES中如何修改主机名(zt)
查看>>