Bug #72363 MySQL installer hangs on installation (community and enterprise editions)
Submitted: 17 Apr 2014 7:09 Modified: 17 May 2014 11:49
Reporter: Rohit Patil Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Server: Installing Severity:S1 (Critical)
Version:MySQL Server 5.6.17 OS:Windows (Windows 8.1)
Assigned to: CPU Architecture:Any
Tags: installation hangs

[17 Apr 2014 7:09] Rohit Patil
Description:
Yesterday I also reported one bug to you which I got when I was doing one SQL query to drop the database. I was getting this error when I was trying to delete one particular database and MySQL server was losing it connection as soon as I run the query to drop database. I think my database is corrupted and below is the error which I was getting yesterday:

ERROR 2013 (HY000): Lost connection to MySQL server during query

So I thought to reinstall MySQL server to the latest version but I am not able to install MySQL Server 5.6.17 the installation hangs on in between and below is the error message which I get:

mysql-server-5.6-winx64:6 - Looking for valid template
mysql-server-5.6-winx64:12 - Found valid template.
mysql-server-5.6-winx64:18 - Attempting to process template.
mysql-server-5.6-winx64:25 - Processed template.
mysql-server-5.6-winx64:31 - Attempting to configure service.
mysql-server-5.6-winx64:37 - Configured service.
mysql-server-5.6-winx64:43 - Attempting to start service.

I read your thread also related to this problem and I am printing the output of the below command:

C:\Users\ROHITP777>sc qc mysql56
[SC] QueryServiceConfig SUCCESS

SERVICE_NAME: mysql56
        TYPE               : 10  WIN32_OWN_PROCESS
        START_TYPE         : 2   AUTO_START
        ERROR_CONTROL      : 1   NORMAL
        BINARY_PATH_NAME   : "C:\Program Files\MySQL\MySQL Server 5.6\bin\mysqld
" --defaults-file="C:\ProgramData\MySQL\MySQL Server 5.6\my.ini" MySQL56
        LOAD_ORDER_GROUP   :
        TAG                : 0
        DISPLAY_NAME       : MySQL56
        DEPENDENCIES       :
        SERVICE_START_NAME : NT AUTHORITY\NetworkService

Please help to solve this problem as my lot or work is pending related to this problem

Thank You

How to repeat:
You can contact me through my Email-Id: rohitp777@gmail.com or post the thread related help over 

Suggested fix:
MySQL Installation problem, and Problem related to connection lost during running query on corrupted database
[17 Apr 2014 11:49] MySQL Verification Team
Thank you for the bug report.

Open a command prompt and go to: "C:\Program Files\MySQL\MySQL Server 5.6\bin\"
Make sure the service mysql56 status is stopped i.e:

C:\dbs>sc query mysqld56

SERVICE_NAME: mysqld56
        TYPE               : 10  WIN32_OWN_PROCESS
        STATE              : 1  STOPPED
        WIN32_EXIT_CODE    : 0  (0x0)
        SERVICE_EXIT_CODE  : 0  (0x0)
        CHECKPOINT         : 0x0
        WAIT_HINT          : 0x0

Run the below command and print here the error message:

mysqld --defaults-file="C:\ProgramData\MySQL\MySQL Server 5.6\my.ini" --standalone --console
[18 May 2014 1:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".