`
geli_hero
  • 浏览: 16621 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
文章分类
社区版块
存档分类
最新评论

[转]Mysql安装错误apply security settings 解决方法

 
阅读更多

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时可能产生cannot create windows service for mysql.error:0错误,错误的原因多数由于重新安装mysql或者对mydql升级,使用MySQL Configuration Wizard而产生.
解决的方法:到regedit把注册表,用F3循环查找“mysql”,全部删除,重新装mysql,即可
分享到:
评论

相关推荐

    安装MySql时apply security settings报错解决方法

    “apply security settings”错误通常发生在MySQL安装过程中的后期阶段,当安装程序尝试应用预设的安全策略到新安装的数据库实例上时。此错误可能是由于以下原因造成的: 1. **系统权限不足**:如果安装过程中使用...

    mysql密码丢失&&mysql apply security settings错误.pdf

    ### MySQL密码丢失解决方案 ...通过以上步骤,可以有效地解决MySQL密码丢失以及安装过程中出现的“mysql apply security settings”错误等问题。同时,还可以根据需要调整MySQL的默认字符集,以满足不同的业务需求。

    mysql_安装失败问题汇总

    在安装MySQL时,可能会出现Apply Security Settings错误,导致安装失败。这是因为个人防火墙阻止了连接,解决方法是打开TCP端口3306,以便客户端应用程序连接到服务器。 五、Access denied for user 'root'@'...

    mysql安装失败

    在安装mysql的时候,就会遇到以下错误。遇到错误不可怕,怕的就是被错误所击倒! The security settings could not be applied to the database because the connection has failed with the following error. ...

    MySql安装卸载教程

    2. 在执行最后一步“Apply Security Settings”时,出现错误,可以重新配置 MySql。 3. 不勾选“Enable root access from remote machines”选项,以避免远程访问权限问题。 MySql 优势: 1. 轻量级:MySql 是一种...

    mysql安装不上怎么办 mysql安装失败原因和解决方法

    困难1:MySQL 5.1 安装过程中报apply security setting错误 1.卸载MySQL。 2.删除目录 C:\Documents and Settings\All Users\Application Data\MySQL。 3.重新安装MySQL就OK啦。 困难2:MySQL提示Could not start ...

    mysql 安装失败问题汇总.docx

    5. **错误五:apply security settings失败** - 在MySQL 5.1安装过程中,可能遇到安全设置应用失败的问题,错误代码1045,表示连接失败。 - 解决:确保TCP端口3306开放,以便客户端应用能够连接到服务器。如果运行...

    mysql密码丢失&&mysqlapplysecuritysettings错误.pdf

    ### MySQL密码丢失解决方案 在日常使用MySQL数据库的过程中,忘记管理员密码的情况时有发生。...通过以上步骤,您可以有效地解决MySQL密码丢失及mysql apply security settings错误等问题,确保MySQL能够正常运行。

    安装高版本mysql、解决error 2003、error nr.1364

    2. **配置安全设置**:在Wizard中,选择“Apply Security Settings”选项,以确保MySQL的安全配置正确无误。 3. **完成配置**:按照向导指示完成其余步骤。 #### 七、小结 通过上述步骤,可以有效地解决安装高版本...

    mysql-安装到最后一步时,start-service-为失败状态.docx

    6. **安全设置错误**:在安装过程中,如果遇到“apply security settings”错误,如错误号1045,这意味着连接数据库时权限被拒绝。这可能是因为旧的密码仍然有效,或者在重新安装时数据目录未被清除。在这种情况下,...

    Windows平台下MySQL安装与配置方法与注意事项

    在安装MySQL之前,确保已经删除或重命名原有的`my.ini`配置文件和`data`目录,否则可能会在“apply security settings”步骤遇到1045错误。错误可能是由于防火墙阻止或旧的数据文件未清理干净。在安装过程中,选择...

    android笔记

    当尝试重新安装MySQL时,可能会遇到“apply security setting error”的错误。这通常是由于之前安装的MySQL没有完全卸载造成的。 ##### 清除残留文件 要彻底卸载MySQL并解决此问题,需要执行以下步骤: - **清理...

    php.ini-development

    compatibility with older or less security conscience applications. We ; recommending using the production ini in production and testing environments. ; ...

Global site tag (gtag.js) - Google Analytics