Hi
I'm a .NET developer, and some days ago I was doing a installer for a project that use MySQL. I was trying to create a silent install of mysql, and some many times I receive the famous:
Error Nr. 1045 Access denied for user 'root'@'localhost' (Using password: NO)
after a while a realize that the uninstall process of mysql leaves some files in your HDD.
I don't actually know if that is a error, but for me was a truly problem.
I have:
OS: Windows XP SP 3 (English)
MySQL version: Essential 5.1.51
.NET version: 4.0
The solution for me was:
Go to: c:\Documents and Settings\All Users\Application Data\ and after uninstall MySQL delete the folder "MySQL" from that path.
I'm a .NET developer, and some days ago I was doing a installer for a project that use MySQL. I was trying to create a silent install of mysql, and some many times I receive the famous:
Error Nr. 1045 Access denied for user 'root'@'localhost' (Using password: NO)
after a while a realize that the uninstall process of mysql leaves some files in your HDD.
I don't actually know if that is a error, but for me was a truly problem.
I have:
OS: Windows XP SP 3 (English)
MySQL version: Essential 5.1.51
.NET version: 4.0
The solution for me was:
Go to: c:\Documents and Settings\All Users\Application Data\ and after uninstall MySQL delete the folder "MySQL" from that path.