The security settings could not be applied to the database because the connection has failed
with the following error.Error Nr.1130
Host 'localhost' is not allowed to connect to this MySQL serverIf a personal firewall is running on your machine, please make sure you have opened the TCP
port 3306 for connections Othewise 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 connection the server.In this case please select skip now and re-run the
Configuration Wizard from the start menu.是重新安装mysql报的错。

解决方案 »

  1.   

    检查你的防火墙。如果有则关闭后再试一下。另外检查一下你的系统进行中是否有MYSQLD.exe 如果有,则说明已经安装成功了。不需要再理会这个错误。
    如果没有,则检查一下系统服务中,有没有MYSQL服务。如果有,试着启动一下。如果启动不成功,则看一下MYSQL的错误日志。贴出来以供分析。
      

  2.   

    进程中没有MYSQLD.exe 
    MYSQL服务已经启动了。
      

  3.   

    那就说明没有启动。有没有MYSQL服务在服务列表中?
      

  4.   

    MYSQL服务有。而且已启动  停止再启动也是没问题的
      

  5.   

    已启动 ?如果这样,你的进程中就应该有一个 mysqld.exe 或者类似的。
      

  6.   


    进程中就是没有mysqld.exe 类似的进程存在
    就是在安装最后一步的时候报的错
    Prepare configuration 成功
    Write configuration file 成功
    Start service 成功
    Apply security settiongs 失败所以服务是可以开启的
      

  7.   

    试一下
    telnet 127.0.0.1 3306
    另外贴出你的错误日志。