View Single Post

  #4 (permalink)  
Old 05-16-2007
lark
 
Posts: n/a
Default Re: unable to start service Error:0 on Windows during installation

mrhughes@gmail.com wrote:
> I get the same problem the error in my evetn viewer is
>
> Event Type: Error
> Event Source: MySQL
> Event Category: None
> Event ID: 100
> Date: 16/05/2007
> Time: 10:34:12
> User: N/A
> Computer: LONS3007
> Description:
> C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt: Got signal 11.
> Aborting!
>
>
> For more information, see Help and Support Center at http://www.mysql.com.
>


did you use to have another mysql service installed on your server. if
so run this command to remove it. make sure to look up the right
service name:
net stop oldmysqlservice
then this:
sc delete oldmysqlservice

If the sc utility is not available for your version of Windows, download
the delsrv utility from
http://www.microsoft.com/windows2000...g/delsrv-o.asp
and use the delsrv mysql syntax.

then finally start the server manually like this:

"C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt"
--defaults-file="C:\Program Files\MySQL\MySQL Server 5.0\my.ini" "MySQL"

see if you can get the service going!!

--
lark -- hamzee@sbcdeglobalspam.net
To reply to me directly, delete "despam".
Reply With Quote