mysql安装(Error Nr.1045)错误解决办法
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安装过程中出现的ErrorNr.1045访问被拒绝错误的方法。该错误通常发生在使用默认root用户登录时。解决方案包括确保个人防火墙已打开TCP端口3306,并在重新安装MySQL前删除旧的数据目录。

42万+

被折叠的 条评论
为什么被折叠?



