`
lusx
  • 浏览: 24631 次
  • 性别: Icon_minigender_1
社区版块
存档分类
最新评论

MySQL安装出错解决方法

 
阅读更多
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)
If a personal firewall is running on your machine,please make sure you have opened the TCP port 3306 for connections.Otherwise no client application can connect to the server.After you have opened the port please press [Retry] to apply the security settings.
If you are re-installing after uou just uninstalled the MySQL server please note that the data directory was not removed automatically.Therefore the old password from your last installation is still needed to connect to the server.In this case please select skip now and re-run the Configuration Wizard from the start menu.

解决:

开始第一行的密码不要写,应该是空的!然后输入新密码

1, 卸载MySQL
2, 删除目录 C:\Documents and Settings\All Users\Application Data\MySQL
3, 重新安装MySQL,如果不行,重启安装 就 OK 啦

=================================

其他Mysql安装错误 解决方法 参考
关键字: mysql
*****************************************************************************************
The security settings could not be applied to the database because the connection has failed with the following error.
Error Nr. 2003
Can't connect to MySQL server on 'localhost' (10061)
If a personal firewall is running on your machine, please make sure you have opened the TCP port 3306 for connections. Otherwise no client application can connect to the server. After you have opened the port please press [Retry] to apply the security settings.
If you are re-installing after you just uninstalled the MySQL server please note that the data directory was not removed automatically. Therefore the old password from your last installation is still needed to connect to the server. In this case please select skip now and re-run the Configuration Wizard from the start menu.
*****************************************************************************************
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)
If a personal firewall is running on your machine, please make sure you have opened the TCP port 3306 for connections. Otherwise no client application can connect to the server. After you have opened the port please press [Retry] to apply the security settings.
If you are re-installing after you just uninstalled the MySQL server please note that the data directory was not removed automatically. Therefore the old password from your last installation is still needed to connect to the server. In this case please select skip now and re-run the Configuration Wizard from the start menu.
MySQL 5.1 安装过程中报apply security setting错误的解决办法
1, 卸载MySQL
2, 删除目录 C:\Documents and Settings\All Users\Application Data\MySQL
3, 重新安装MySQL 就 OK 啦
------------------------------------------
[MySQL] Could not start the service MySQL 解决方法
安装mysql 5.1.33,在运行Server Instance Configuration wizard时的Execute configurattion步骤中的第三项Start Service进出错,错误提示为Could not start the service MySQL (出现这种情况一般是因为装过mysql,卸载不干净造成的。卸载后重启后再重装。注意看下服务,如果未能卸载,可以用mysqld-nt -remove卸载)。
具体方法如下:
查看服务中有没有mysql,如果有将该服务停掉;
在控制面板中运行添加删除程序,将mysql卸载;
卸载后打开注册表,查看HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services 下的键值,如果有相关mysql键值(mysql、mysqladmin)则删掉,即可;
重启,将mysql的安装残余目录删掉 (查看服务,此时服务中已没有mysql);
重新安装mysql.安装后先不要运行Server Instance Configuration wizard,重启后在开始菜单中运行该向导,即可。
PS:一种值得参考的方法
---------------------------------------------
msyql安装到最后一步start service错误解决方法
1,到控制面板里面先把mysql删除.
2.到c盘C:\Program Files目录下把mysql目录删除.
3.如果在其他盘还有设置目录也要删除.空目录也要删除
4.到regedit把注册表
HKEY_LOCAL_MACHINE/SYSTEM/ControlSet001/Services/Eventlog/Applications/MySQL
HKEY_LOCAL_MACHINE/SYSTEM/ControlSet002/Services/Eventlog/Applications/MySQL
HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/Eventlog/Applications/MySQL
有的话,全部删除!
(技巧:用F3循环查找“mysql”)
5.如果任务管理器里有关mysql内容也删除
6,把防火墙关了
7,重新装mysql(这里我没有重启计算机)
重装时候有必要的话,重启计算机,停用IIS,和删除temp里的临时文件.
实在不行的话,配置mysql时候,把mysql服务换个服务名.
******************************************************************************************
---------------------------
删除项时出错。
---------------------------
无法删除 LEGACY_MYSQL51: 删除项时出错。
---------------------------
确定
---------------------------
解决办法:注册表项里右键增加administrators所有权限
分享到:
评论

相关推荐

    MYSQL安装时解决要输入current root password的方法

    通过上述三个步骤的操作,可以有效地清除系统中的MySQL残留信息,从而解决安装过程中提示输入“当前root密码”的问题。值得注意的是,在完成以上步骤后,再次尝试安装MySQL时,应该不会再出现类似问题。如果问题依然...

    mysql安装图解 安装失败 解决方法

    本篇文章将深入解析MySQL的安装步骤,并提供解决安装失败的常见方法。 首先,安装MySQL通常包括以下步骤: 1. **下载安装包**:访问MySQL官方网站(https://www.mysql.com/)获取最新版本的安装程序,选择适合你的...

    mysql安装出现1045解决方法

    4. **重启服务**:如果是因为服务未启动或配置问题,可以尝试重启MySQL服务,或者重新安装MySQL以解决配置问题。 5. **修复权限表**:如果数据库中的权限表损坏,可以使用MySQL的备份恢复,或者在安全模式下修复。 ...

    MySQL安装步骤和方法

    ### MySQL安装步骤与方法详解 #### 一、MySQL简介 MySQL是一种广泛使用的开源关系型数据库管理系统(RDBMS),以其高性能、稳定性和易用性著称。它支持SQL(Structured Query Language)语言,用于存储、访问和...

    MySql 1067错误解决方法

    ### MySql 1067错误解决方法 在日常使用MySQL数据库的过程中,我们经常会遇到各种各样的问题,其中“1067错误”是较为常见的一种系统级别的错误提示。本篇文章将详细阐述MySQL 1067错误的具体含义、常见的触发场景...

    MacOS安装MySql8.0.19及安装报错解决方案.docx

    三、解决安装报错问题 在安装 MySql 后,可能会出现连接错误,错误信息如下: ``` ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' ERROR 2002 (HY000): Can't connect...

    Mysql安装失败的解决办法.docx

    本文档旨在解决Mysql安装过程中出现的常见错误,涵盖了多个方面的解决办法,旨在帮助用户快速解决安装问题,从而成功安装Mysql。 1. 安全设置无法应用于数据库 在Mysql安装过程中,可能会出现“安全设置无法应用于...

    mysql 5.7.15 安装配置方法图文教程

    但是,有时我们可能会出现错误,例如系统找不到指定文件。解决方法是修改注册表,指定 MySQL 的ImagePath。 五、 总结 本文总结了 MySQL 5.7.15 的安装配置方法,包括下载软件、安装过程、初始化数据库和启动 ...

    Mysql安装错误代码对照

    ### MySQL安装错误代码详解 #### 1016 错误:文件无法打开 当遇到“文件无法打开”...以上是MySQL安装过程中可能遇到的一些常见错误及解决方法。通过合理地诊断和解决问题,可以有效地提高MySQL数据库的稳定性和性能。

    mysql安装出现一闪而退的情况的解决方法.docx

    ### MySQL安装过程中遇到的问题及解决方法 #### 一、MySQL安装后出现的一闪而过问题 **问题描述:** 在安装MySQL之后,当尝试通过命令行打开MySQL客户端时,可能会遇到程序窗口瞬间打开后立即关闭的情况(即一闪而...

    mysql的常见错误解决

    MySQL 的常见错误解决 MySQL 是一个广泛使用的关系数据库管理系统,但是在使用过程中经常会遇到各种错误,本文将介绍 MySQL 的常见错误解决方案。 一、在进入 MySQL 数据库时出错 在使用 MySQL 客户端连接数据库...

    mysql安装时出现的问题及解决的方案

    本篇文章将针对“mysql安装时出现的问题及解决的方案”进行详细解答,帮助那些在安装过程中遇到困扰的用户。 首先,我们来看最常见的一个问题:在MySQL安装的最后一步,服务启动(start_service)失败。这可能是...

    MySQL无法安装的解决方案

    在遇到“MySQL无法安装的解决方案”这个问题时,通常是因为在重装或升级MySQL过程中,旧的服务残留在系统中,导致新安装的MySQL无法创建服务。错误提示“cannot create windows service for mysql error 0”意味着...

    MySQL 安装常见问题

    当你尝试使用Navicat for MySQL登录MySQL服务器时,如果出现错误代码1045,这通常意味着你的MySQL root用户密码为空或不正确。解决方法如下: 1. **停止MySQL服务:** 使用命令`# /etc/init.d/mysql stop`停止服务...

    mysql 发生系统错误1067的解决方法

    MySQL 是一种广泛使用的关系数据库管理系统,然而,在安装和使用 MySQL 过程中,可能会出现一些错误,例如系统错误1067。本文将详细介绍 MySQL 发生系统错误1067 的解决方法,希望能够帮助读者解决此类问题。 一、...

    mysql帮助 mysql安装问题解决

    本文将详细解析MySQL安装时可能出现的问题及其解决策略,旨在为用户提供全面的指导。 首先,安装MySQL的基础步骤是至关重要的。通常,这涉及到下载适合您操作系统(例如Windows、Linux或macOS)的MySQL安装包,然后...

    mysql安装图解及重装mysql出现的问题解决

    MySQL 安装图解及重装解决方案 MySQL 是一种关系型数据库管理系统,广泛应用于各种网站和应用...安装和配置 MySQL 需要对数据库管理系统有深入的了解和理解,需要注意各种问题的解决方案,避免出现错误和数据丢失。

    Mysql安装教程

    本文将详细介绍 Mysql 的安装步骤,并解决可能出现的一些问题。 一、准备工具 在安装 Mysql 之前,需要准备以下工具: * Mysql 安装文件(如 mysql-installer-community-8.0.13.0.msi) * .net framework 4.5.2...

    MySQL常见错误提示及解决方法

    MySQL 常见错误提示及解决方法 MySQL 是一个流行的开源关系数据库管理系统,但是在使用过程中,我们可能会遇到各种各样的错误提示。这些错误提示可能是由于数据库文件格式不正确、文件无法打开、创建表失败、数据库...

    MySQL连接的相关问题及解决办法

    当尝试停止或启动MySQL服务时,出现错误1067,提示“进程意外终止”。 **常见解决方法:** 1. **检查my.ini文件:** - 确保`my.ini`文件中`[mysqld]`段下的`datadir`指向正确的数据库目录。 - 删除Windows目录下...

Global site tag (gtag.js) - Google Analytics