zoukankan      html  css  js  c++  java
  • mysql安装error:the security setting could not be applied【转】

    在安装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时,总是到最后启动的时候出错,出错内容如下:

     
    就是最后的Apply security setting过不去

     
    提示:

     
    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 SettingsAll UsersApplication DataMySQL,将mysql删除

    3, 重新安装MySQL 就好了(电脑不用重启)

    文章转自:https://blog.csdn.net/dw_java08/article/details/7326040

  • 相关阅读:
    day22 Pythonpython 本文json模块
    day22 Pythonpython 本文sys模块
    day22 Pythonpython random随机模块:略!!!本文os模块
    进程控制
    进程与内存、进程状态
    从汇编角度来理解递归工作栈的原理
    顺序栈
    迷宫问题 Maze 4X4 (sloved by backtrack)
    GDB调试
    用于文件系统的C库函数
  • 原文地址:https://www.cnblogs.com/KillBugMe/p/13152637.html
Copyright © 2011-2022 走看看