The vervice already exists!-mysql安装服务

来源:互联网 发布:淘宝违禁词在线查询 编辑:程序博客网 时间:2024/06/04 23:30
The vervice already exists!The current server installed:以前安装mysql的地址/bin/mysqld-nt MYSQL
 
解决办法 
移除原来的mysql服务
mysqld -remove MySQL
或者
sc delete mysql
重新注册 mysql服务
mysqld --install MySQL --defaults-file="C:\mysql-5.1.34\my.ini"
mysql教程