Go Back   Forum Care Forums > Development Reference Area > MySQL Discussion

Reply
 
LinkBack Thread Tools Display Modes
unable to start service Error:0 on Windows during installation
Old
  (#1)
tkaruna
Guest
 
Posts: n/a
Default unable to start service Error:0 on Windows during installation - 06-04-2007, 07:58 AM

Hello,
I am trying to install MySql 5.0.37 on Windows 2000. During the
installation, the Server Instance Configuration Wizrd stops at "start
service" with error "The service could not be started. Error:0". Can
someone tell me what I am doing wrong?
Thanks.
Karuna.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: unable to start service Error:0 on Windows during installation
Old
  (#2)
lark
Guest
 
Posts: n/a
Default Re: unable to start service Error:0 on Windows during installation - 06-04-2007, 07:58 AM

== Quote from tkaruna (EMAIL REMOVED)'s article
> Hello,
> I am trying to install MySql 5.0.37 on Windows 2000. During the
> installation, the Server Instance Configuration Wizrd stops at "start
> service" with error "The service could not be started. Error:0". Can
> someone tell me what I am doing wrong?
> Thanks.
> Karuna.



two things you should do so that somebody can help you:
1-look into the windows events log (if you don't know where it is, google it) and
copy the error text here
2-more importantly look into the mysql server error log. it's usually a file with
your server's name as its name and an extension of .err
copy all of its contents to here too (with separation from the first file)


   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: unable to start service Error:0 on Windows during installation
Old
  (#3)
Guest
Guest
 
Posts: n/a
Default Re: unable to start service Error:0 on Windows during installation - 06-04-2007, 07:58 AM


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.

   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: unable to start service Error:0 on Windows during installation
Old
  (#4)
lark
Guest
 
Posts: n/a
Default Re: unable to start service Error:0 on Windows during installation - 06-04-2007, 07:58 AM

EMAIL REMOVED 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 -- EMAIL REMOVED
To reply to me directly, delete "despam".
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On





Contact Us - Forum Care Forums - Archive - Top