MySQL side-by-side error fixing while Running Instance Configuration Wizard

To install MySQL Server 5.0 in Windows Vista
- Disable the UAC in Windows Control Panel->User Accounts (See the screen shot below)
Windows Vista UAC turn off
- Run the MySQL setup i.e. Use mysql-essential-5.0.51a-win32.msi
- In the final step uncheck “Configure MySQL Server now”
- Download and run Resource Hacker http://www.angusj.com/resourcehacker/
- Open …\MySQL Server 5.0\bin\MySQLInstanceConfig.exe with Resource Hacker
- Navigate to 24\1\1033
- Change
<requestedExecutionLevel level=”asAdministrator” uiAccess=”false”>
to
<requestedExecutionLevel level=”requireAdministrator” uiAccess=”false”>
- Press “Compile script”
- Exit Resource Hacker and save the result (overwrite the initial MySQLInstanceConfig.exe)
- Now MySQLInstanceConfig.exe should start normally.
- Configure the server.
- Sometimes the server doesn’t start:
a) Check Windows Firewall settings (3306/TCP)
b) Try changing the compability mode for the file …\MySQL Server 5.0\bin\mysqld-nt.exe to Windows XP-SP2.
- 13. That’s all.
VN:F [1.9.13_1145]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.13_1145]
About the author
Faisal Basra
Faisal Basra is an independent consultant, software developer, writer, blogger, speaker, architect and technology leader in Lahore, Pakistan. He has been a professional software developer since 2008, has been writing code since 2006.
Having hands on experience of popular Java EE frameworks & technologies like JSF, Spring, Hibernate, Enverse, JPA, Richfaces, Primefaces, JSP/Servlet.
I have taken many initiatives while working with teams. Some of includes Automated Build & Release Management system via Hudson, Maven, Archiva & SVN.
Blogging is my hobby and I also initiated blog at corporate level from setting up complete blog for company, content generation strategy and visibility over the Internet by Internet Marketing.
Framworks & Technologies:
JSF, Richfaces, Primefaces, Openfaces, Struts, Hibernate, Spring, ORMLite
Tools & Servers:
jUnit, Log4j, Maven, Eclipse, MyEclipse, NetBeans, Tomcat, Jboss, WebLogic
Mobile Development:
Google Android
Marketing:
Internet Marketing, Mobile App Marketing
Permanent link to this article: http://www.javaplex.com/blog/mysql-server-5x-installation-problem-for-windows-vista/
Leave a Reply