Bug #13902 Do not install
Submitted: 10 Oct 2005 16:55 Modified: 20 Oct 2005 16:38
Reporter: Dmitry Dubovitskiy Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server Severity:S1 (Critical)
Version:4.1.14 OS:Windows (Win XP)
Assigned to: MySQL Verification Team CPU Architecture:Any

[10 Oct 2005 16:55] Dmitry Dubovitskiy
Description:
After installation 'setup.exe', 'administrator 1.1.3' can not login to 'localhost'.

How to repeat:
Run 'setup.exe' on NEW clear machine and run 'administrator 1.1.3'
[10 Oct 2005 17:06] MySQL Verification Team
I was unable to repeat the issue reported, however I am not sure
what is the issue you are reporting:

1- The install failed and then you can't connect with MA.
2- The server is running but you can't connect with MA on localhost.

Anyway please verify if the server is running, if yes please try to
connect with mysql client and shows the error message displayed.

Thanks in advance.
[20 Oct 2005 15:01] Dmitry Dubovitskiy
2 – is correct! 
In order to repeat : format c: -> j2se-> setup mySQL. 
Please help may be I forgot to install some thing else?
Thanks
[20 Oct 2005 16:10] MySQL Verification Team
Yeah but you tried to connect using the mysql.exe client
which is located on \bin directory ?

mysql -uroot -p
[20 Oct 2005 16:16] Dmitry Dubovitskiy
Yes, I did! And error 10061 could not connect to ‘localhost’
[20 Oct 2005 16:38] MySQL Verification Team
I was unable to repeat the behavior reported and how I don't
have enough information for the denied connection then
I suggest you for to read and apply the below instructions:

http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html

A.4.1. How to Reset the Root Password

and also when the server isn't running the below message error
is showed:

c:\mysql\bin>mysql -uroot -p
Enter password: ****
ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061)

for to be sure take a look in the task manager and see if actually the
mysqld server is a proccess running.
[20 Oct 2005 19:51] Dmitry Dubovitskiy
Thank you very much! 
It works!