First, I have to reiterate that I HATE Vista. Every operation requires confirmation and it is a resource HOG! Rest assured I will install XP Pro on this notebook, but for now the P.O.S. operating system will host a PHP/MySQL development environment.
Anyway, this post is not about Vista. Instead, it is about running MySQL 5.0 on Vista. I discovered the config. utility (MySQLInstanceConfig.exe) would not run due to a typo in the executable manifest.
This is a documented bug that is scheduled to be fixed in an official update. I am not going to wait until the update is released, so I downloaded Resource Hacker and fixed the manifest information.
Ten minutes well spent. The config. utility executable is patched and runs on Vista. If you want to fix the manifest yourself, follow the instructions below (screen shots are on their way):
- Download Resource Hacker
- Extract files to the folder of your choice (<program files>\resource hacker\)
- Run the ResHacker executable
- Open the configuration utility (<mysql bin>\MySQLInstanceConfig.exe)
- Find text “asAdministrator” (only one instance found)
- Replace text with “requireAdministrator”
- Click the Compile Script button
- Save the executable
- Exit Resource Hacker
- Enjoy!
February 18th, 2008 at 2:20 pm
Great Thanks!
February 20th, 2008 at 6:34 am
Thanks for the tip dude…
April 22nd, 2008 at 10:42 am
Presto Chango! It worked great. Many thanks.