Log in

View Full Version : Help?


Wizarous
01-28-2008, 08:47 PM
I don't seem to be able to create a database with mySQL, it says i cant start service any clues? It's for an LAN play.

Theeper
01-29-2008, 05:16 AM
Do you have MySQL installed ?

leslamarch
01-29-2008, 05:34 AM
I don't seem to be able to create a database with mySQL, it says i cant start service any clues? It's for an LAN play.

if your getting this "Error: Cannot create Windows service for MySql. Error: 0"

Then this should be the fix for ya
Uninstall mysql then run this command.

C:\>sc delete mysql

now reinstall and it should work

GeorgeS
01-29-2008, 03:35 PM
This happened to me when going trying out mysql 5.x . I fixed it with removing the service from running. Also rename the service to something else.

GeorgeS