Jump to content

Installing MySQL on Windows Vista Ultimate


silentshadow

Recommended Posts

I am running Windows Vista Ultimate and have IIS7 and PHP 5.2.6 installed. I am trying to install MySQL 5.0.51b. I get all through the setup just fine when I get to the end however I hit 'execute' and I get an error that the service can not be started. I have tried removing everything and starting from scratch and still I get the same message. Any suggestions?

Link to comment
Share on other sites

  • 3 weeks later...

Run the install program as you normally would and then add the service manually because there is some problem with MySQL and Vista.  Once you run the sc command below it works fine.

 

use the sc create command in a dos window to add the service:

 

sc create MySQL start= auto DisplayName= MySQL binPath= c:\program files\mysql\mysql server 5.1\bin\mysqld.exe

 

then if you need to alter any parameters, use the administrative tools/services utility

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.