Bug #74516 Windows Service Not Recognized by MySQL Notifier
Submitted: 22 Oct 2014 21:34 Modified: 30 Jun 2016 16:30
Reporter: Alexis Mosjidis Email Updates:
Status: QA review Impact on me:
None 
Category:MySQL Server: Windows Severity:S3 (Non-critical)
Version:5.6.21-log MySQL Community OS:Windows (developer)
Assigned to: CPU Architecture:Any

[22 Oct 2014 21:34] Alexis Mosjidis
Description:
I think there might a small services problem in windows.
MySQL56 service name is created successfully but then using the 
MySQL notifier to start/stop the service causes an error though
thankfully the error message popup state it is looking for 'mysql56'
all lowercase; reconfigured the server to install service name 'mysql56' 
instead of 'MySQL56' and it worked.  Would this be a windows issue more than 
mysql or mysql issue?

MySQL Notifier 1.1.6
MySQL Installer 1.4

How to repeat:
Install MySQL with most defaults -- especially installation of MySQL Windows Service with name 'MySQL56'.

Use the MySQL Notifier to update server status Stop/Restart/Start
See popup saying couldn't change.

Suggested fix:
Open MySQL Installer and reconfigure the MySQL Windows Service name to something else (strictly lower case).

Change server code and recompile to be case insensitive when looking for MySQL Windows Service currently installed.
[23 Oct 2014 0:28] MySQL Verification Team
MySQL56?

Attachment: notifier.png (image/png, text), 26.32 KiB.

[23 Oct 2014 0:29] MySQL Verification Team
Thank you for the bug report.
[6 Jun 2015 2:41] MySQL Verification Team
http://bugs.mysql.com/bug.php?id=77253 marked as duplicate of this one.
[23 Jun 2016 18:19] Javier TreviƱo
Posted by developer:
 
Fixed code so that when a new Windows Service for a MySQL Server is added, its name is recognized with its casing as is.