Bug #67950 keine Verbindung zum Server
Submitted: 19 Dec 2012 12:28 Modified: 21 Feb 2013 9:15
Reporter: NOT_FOUND NOT_FOUND Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL for Windows: Installer Severity:S1 (Critical)
Version:5.5.28 and 5.6.10 OS:Windows (XP)
Assigned to: Javier Treviño CPU Architecture:Any

[19 Dec 2012 12:28] NOT_FOUND NOT_FOUND
Description:
mysql-server-5.5-winx64:12 - Found valid template.
mysql-server-5.5-winx64:18 - Attempting to process template.
mysql-server-5.5-winx64:25 - Processed template.
mysql-server-5.5-winx64:31 - Attempting to configure service.
mysql-server-5.5-winx64:37 - Configured service.
mysql-server-5.5-winx64:43 - Attempting to start service.
mysql-server-5.5-winx64:100 - Unable to configure service.
mysql-server-5.5-winx64:100 - Product configuration controller finished configuration.
examples-5.5:10 - Checking if there are any features installed that need configuration.
examples-5.5:100 - Unable to configure as the server product in our catalog is not running
examples-5.5:100 - Product configuration controller finished configuration.

How to repeat:
it´s every time by configuration. always the same
[20 Dec 2012 20:54] MySQL Verification Team
http://bugs.mysql.com/bug.php?id=67948 marked as duplicate of this one.
[8 Feb 2013 17:10] Mike Zinner
This doesn't seem to be a duplicate of http://bugs.mysql.com/bug.php?id=67948

I could reproduce it on a local Win XP VM with the 5.6.10.0 package. The MySQL service gets created using NT-AUTORITÄT\NETZWERKDIENST. This string is not recognized by the German Windows.

We are using the following to translate the Network Service user.
ServiceAccountUsername = new SecurityIdentifier(WellKnownSidType.NetworkServiceSid, null).Translate(typeof(NTAccount)).ToString();

Instead of using the username as a string we should directly use the Sid of WellKnownSidType.NetworkServiceSid to create the service. This would work around the translation issues of the NetworkService account.
[21 Feb 2013 9:15] Erlend Dahl
Fixed as of the upcoming MySQL Installer 1.1.7, and here's the changelog
entry:

The Network Service user was being translated to a localized string, which
could create an invalid Sid. It now uses the built-in "NT
AUTHORITY\NetworkService" account.