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?

  • 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

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.