Menu

#1624 [HHQ-2116] Auto discovery of MySQL 5.1 on Windows Platforms

Bug
open
None
7
2012-10-09
2008-05-23
No

http://jira.hyperic.com/browse/HHQ-2116
MySQL plugin for 5.x does'nt work properly on Win platforms for MySQL 5.1 due to a hardcoded Windows registry key:



<!-- Registry scan for 5.0 -->


    <scan registry="SOFTWARE\MySQL AB\MySQL Server 5.0">


      <include name="Location"/>


     </scan>



Workaround: Change the registry key parameter to


 <scan registry="SOFTWARE\MySQL AB\MySQL Server 5.1">

Discussion

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.