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: | |
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
[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.