[Guide] How to make MySQL work on Vista

Newbie Spellweaver
Joined
Jul 1, 2007
Messages
69
Reaction score
0
when trying to install mysql on my vista PC i hit a prob right at the end of the installation when you are ment to confer the server it wont run because the file is corrupt easy fix i found :-

1. Disable the UAC in Windows Control Panel->User Accounts (Restart req)

2. Use mysql-essential-5.0.51a-win32.msi

3. In the final step uncheck "Configure MySQL Server now"

4. Download and run Resource Hacker



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.

hope this helps you as much as it helped me
 
Good guide, but i suggest to just not run a server on Windows Vista for public.
Private should be no problem, but wont even try to make it public on Windows Vista!
 
yeah i had the upgrade just sitting there in a box so i used it =P

pain in the ass getting this working thou ^^
 
Back