zoukankan      html  css  js  c++  java
  • Unable to update security settings. Access denied for user 'root'@'localhost' (using password: YES)

    http://niu174420064.iteye.com/blog/875908

    错误说明:

    在安装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 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.

    解决方法:

    1, 控制面板卸载MySQL

    2, 删除目录 C:\Documents and Settings\All Users\Application Data\MySQL

    3.只有彻底删除上次install information之后才能安装,为确保起见,去搜索其他的mysql内容,你也有可能在别的地方安装过mysql的。

    3, 重新安装MySQL 就好了

    如何你C:\Documents and Settings\All Users下没有Application Data文件夹,选择:工具——文件夹选项——查看——选择显示所有文件和文件夹。

    关键在于删除原来的目录 C:\Documents and Settings\All Users\Application Data\MySQL

    然后重新安装会出现:

    1UD82L})88]}YJO6TR9B`2G

  • 相关阅读:
    Unity项目
    Unity基本操作
    博客园自定义主题样式
    明解C语言
    C指针基础知识
    排序算法
    session理解与总结【session原理、应用、与cookie区别】
    cookie理解与实践【实现简单登录以及自动登录功能】
    【数据结构与算法】双指针思想——数组首部或尾部同向遍历
    【数据结构与算法】双指针思想——首尾双向遍历
  • 原文地址:https://www.cnblogs.com/IamThat/p/3101358.html
Copyright © 2011-2022 走看看