Bug #70151 | MySQL Installer sets incorrect Windows Service Name for Workbench Local instance | ||
---|---|---|---|
Submitted: | 26 Aug 2013 13:41 | Modified: | 16 Dec 2015 22:02 |
Reporter: | Sam Abboushi | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Workbench | Severity: | S3 (Non-critical) |
Version: | 6.0.6.11184 Community | OS: | Windows (W7 64) |
Assigned to: | CPU Architecture: | Any |
[26 Aug 2013 13:41]
Sam Abboushi
[26 Aug 2013 13:42]
Sam Abboushi
I was unable to access my database until I figured this out
[26 Aug 2013 14:07]
MySQL Verification Team
Service instance
Attachment: wb_service.png (image/png, text), 35.27 KiB.
[26 Aug 2013 14:08]
MySQL Verification Team
Thank you for the bug report.
[26 Aug 2013 17:59]
Sam Abboushi
My mistake re: severity; another problem was preventing me from accessing data. This problem just seems to affect the ability to start and stop the MySql service from within Workbench
[10 Oct 2013 15:50]
Mike Lischke
Posted by developer: That's an installer problem and especially problematic if you install more than one server. WB doesn't care how the service is named, but might touch the wrong one if the user uses the wrong name in the believe it is the correct one.
[14 Oct 2015 20:54]
Jose Gabriel Valencia Ornelas
Posted by developer: The installer never configure or change anything related to WB, only launches the msi as install, upgrade or remove mode the package(s) selected to install and how the server is configured we only create the service with the name that the user specify in the configuration wizard, on older versions was detected sometimes the services was "renamed" but 1.4 never do that because the rename was only renaming the friendly name of the service but the name was unchanged, 1.4 always delete the "old" service in order to create once again the service to avoid any issue. other than that the installer doesn't have anything else related to this issue, using the installer can be installed side by side 5.5, 5.6 and 5.7 at the same time and doesn't allow to be configured using the same service name all the services. will be tested by QA and if still having issues perhaps needs to be addressed by WB team