`
y150988451
  • 浏览: 195185 次
  • 性别: Icon_minigender_2
  • 来自: 北京
社区版块
存档分类
最新评论

mysql-Could not start the service MySQL. Error:0

阅读更多
mysql-Could not start the service MySQL. Error:0
我们在安装mysql数据库时经常在最后一步出现这样的提示“could not start the service mysql error:0”,使我们前功尽弃,很是郁闷,下面我就结合自己的经验和网上的资料,图文并茂的讲解一下如何解决此类问题:

1、停止mysql服务。“windows图标+L”调出“运行”,输入“services.msc”,找到mysql并且把服务状态更改为“停止”

2.删除"mysqld-nt"。继续打开运行,输入“cmd”,然后到你的mysql 安装目录下的“bin”目录里,譬如“C:\Program Files\MySQL\MySQL Server 5.0\bin”,然后输入“mysqld-nt -remove ”,当其显示“.........success”就好了

3.卸载mysql。继续打开运行,输入“appwiz.cpl”,找到mysql,卸载。

4.删除mysql安装目录和数据库的目录 。继续打开运行,输入“cmd”,然后输入“rmdir /s /q C:\"Program Files"\MySQL”,删除mysql的安装目录;输入“rmdir /s /q d:\"MySQL Datafiles" ”,删除数据库的目录。

         经过以上四步,重新安装mysql就基本上没有问题了
分享到:
评论

相关推荐

    MYSQL安装出现could not start the service mysql error0处理

    MYSQL安装出现could not start the service mysql error0处理

    解决MySQL安装重装时出现could not start the service mysql error:0问题的方法

    主要为大家详细介绍了解决MySQL安装重装时出现could not start the service mysql error:0问题的方法,感兴趣的小伙伴们可以参考一下

    mysql安装失败

    The security settings could not be applied to the database because the connection has failed with the following error. Error Nr. 1045 Access denied for user 'root'@'localhost' (using password: YES) ...

    MySQL 启动报错:File ./mysql-bin.index not found (Errcode: 13)

    Linux下安装初始化完MySQL数据库之后,使用mysqld_safe启动mysql数据库,如下发现,启动失败 [root@SVNServer bin]# ./mysqld_safe –user=mysql& 或 [root@SVNServer bin]# /etc/init.d/mysqld start Starting ...

    MySQL 重装MySQL后, mysql服务无法启动

    您可能感兴趣的文章:Linux下卸载MySQL数据库MySQL数据库卸载的完整步骤解决MySQL安装重装时出现could not start the service mysql error:0问题的方法重装MySQL最后一步失败的完美解决方案(经验总结)MySQL的重装...

    MySQL下常见的启动失败与备份失败问题的解决教程

    启动失败 重启服务器后–>重启应用服务(Confluence)–>报错,数据库连接失败(mysql...[root@fisheye data]# service mysql start MySQL server PID file could not be found![失败] Starting MySQL.............. ER

    php.ini-development

    They can be turned off using the values 0, Off, False or No. ; An empty string can be denoted by simply not writing anything after the equal ; sign, or by using the None keyword: ; foo = ; sets foo...

    重装MYSQL数据库前的准备

    重装MYSQL数据库前的准备(卸载、清理注册表)作123者:晒太阳的蛤蟆 日期:2011-03-10 字体大小: 小 中 大 ...安装的时候,有时候会出现could not start the service mysql error:0 提示错误。 解决步骤:

    重装MySQL最后一步失败的完美解决方案(经验总结)

    安装的时候,有时候会出现could not start the service mysql error:0 提示错误。 解决步骤: 1、开始-MySQL-MySQL Server 5.1-MySQL Server Instance Config Wizard-Next-Remove Instance。 2、进入添加删除程序,...

    端口查看工具

    port is filtered by the other CurrPorts options and it's not displayed in the main window, it won't be displayed in the tray balloon.) * Version 1.87: o Improved the 'User Name' column. If you ...

    mysql安装时出现各种常见问题的解决方法

    当各位在安装、重装时出现could not start the service mysql error:0 原因: 卸载mysql时并没有完全删除相关文件和服务,需要手动清除。 安装到最后一步execute时不能启动服务的解决方法: 首先,在管理工具->服务...

Global site tag (gtag.js) - Google Analytics