1、 the security settings could not be applied
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 ‘root’@’localhost’(using password:NO).
删除C:\ProgramData\MySQL这个目录解决问题的。
PS:本人系统Win7 64位,安装mysql-5.5.20-win32。
2、mysql 日志文件存放地址
show global variables like '%log%';
本人电脑mysql日志文件地址为:C:\ProgramData\MySQL\MySQL Server 5.5\data,文件名为hostname.err;
链接地址:http://pangge.blog.51cto.com/6013757/1319304
本文解决了一个在Windows 7 64位系统上安装MySQL-5.5.20-win32时遇到的连接错误问题,并介绍了如何找到MySQL的日志文件位置。通过删除特定目录解决了无法应用安全设置的问题。

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



