If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Win2K MySql Service Won't Start

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-21-03, 16:18
Chris LeFebvre Chris LeFebvre is offline
Registered User
 
Join Date: Oct 2003
Location: Bloomfield, NJ
Posts: 2
Win2K MySql Service Won't Start

I'm trying to get MySql 4.0.15 to start on a Win2K Professional machine as a service and I'm getting an error 1067: The process terminated Unexpectedly. Based on the documentation I've tried opening a command prompt and going to the mysql/bin directory and starting mysql with: mysqld --console which worked but I just can't get it to start as a service. Searching with Google I found a number of messages about this error but they mostly seemed to pertain to previous versions. Any help would be appreciated.

Thanks,

- Chris
Reply With Quote
  #2 (permalink)  
Old 10-21-03, 17:56
sundialsvcs sundialsvcs is offline
Registered User
 
Join Date: Oct 2003
Posts: 706
Re: Win2K MySql Service Won't Start

Quote:
Originally posted by Chris LeFebvre
I'm trying to get MySql 4.0.15 to start on a Win2K Professional machine as a service and I'm getting an error 1067: The process terminated Unexpectedly. Based on the documentation I've tried opening a command prompt and going to the mysql/bin directory and starting mysql with: mysqld --console which worked but I just can't get it to start as a service. Searching with Google I found a number of messages about this error but they mostly seemed to pertain to previous versions.
How about the Windows event-log viewer. Usually when a program dies it leaves a message in the error log.

My first-blush guess is a permission problem.
__________________
ChimneySweep(R): fast, automatic
table repair at a click of the
mouse! http://www.sundialservices.com
Reply With Quote
  #3 (permalink)  
Old 10-22-03, 09:28
Chris LeFebvre Chris LeFebvre is offline
Registered User
 
Join Date: Oct 2003
Location: Bloomfield, NJ
Posts: 2
Win2K MySql Service Won't Start

The event log just rehashed the same info that popped up when I tried to start the service: Category: None Type: Error Event ID: 7031 The MySql service terminated unexpectedly, it has done this x times. The following action will be taken in 0ms: No Action

This generated no MySql.Err log

Just to try and rule out a permission problem I edited the properties of the service and it was set to start using the local system account (the same as all other services) but I tried changing this to the local administrator account and then starting the service and I got the same error. I checked file permissions on the MySql directory and both the local system and administrator have full rights.

Any other suggestions?

Thanks,

- Chris
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On