«

»

Aug
04

MySQL Server 5.x Installation problem for Windows Vista

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

mysql instance side by side configuration incorrect MySQL Server 5.x Installation problem for Windows Vista

To install MySQL Server 5.0 in Windows Vista

  1. Disable the UAC in Windows Control Panel->User Accounts (See the screen shot below)
    Windows Vista UAC turn off
  2. Run the MySQL setup i.e. Use mysql-essential-5.0.51a-win32.msi
  3. In the final step uncheck “Configure MySQL Server now”
  4. Download and run Resource Hacker http://www.angusj.com/resourcehacker/
  5. Open …\MySQL Server 5.0\bin\MySQLInstanceConfig.exe with Resource Hacker
  6. Navigate to 24\1\1033
  7. Change
    <requestedExecutionLevel level=”asAdministrator” uiAccess=”false”>
    to
    <requestedExecutionLevel level=”requireAdministrator” uiAccess=”false”>
  8. Press “Compile script”
  9. Exit Resource Hacker and save the result (overwrite the initial MySQLInstanceConfig.exe)
  10. Now MySQLInstanceConfig.exe should start normally.
  11. Configure the server.
  12. 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. 13. That’s all.
VN:F [1.9.14_1148]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.14_1148]
Rating: 0 (from 0 votes)

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.Tools & Servers: jUnit, Log4j, Maven, Eclipse, MyEclipse, NetBeans, Tomcat, Jboss, WebLogicMobile Development: Google Android

Permanent link to this article: http://www.javaplex.com/blog/mysql-server-5x-installation-problem-for-windows-vista/

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>