RE: startup on win2000 as service not working.

2002-10-08 Thread Steve Bradwell
arts from the startup folder the server does not > start. > > Thanks again, > Steve > > > -Original Message- > From: Bruce Lewis [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 08, 2002 12:10 PM > To: Steve Bradwell; [EMAIL PROTECTED] > Subject: Re: st

RE: startup on win2000 as service not working.

2002-10-08 Thread Iikka Meriläinen
arts from the startup folder the server does not > start. > > Thanks again, > Steve > > > -Original Message- > From: Bruce Lewis [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 08, 2002 12:10 PM > To: Steve Bradwell; [EMAIL PROTECTED] > Subject: Re: st

RE: startup on win2000 as service not working.

2002-10-08 Thread Steve Bradwell
startup folder the server does not start. Thanks again, Steve -Original Message- From: Bruce Lewis [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 08, 2002 12:10 PM To: Steve Bradwell; [EMAIL PROTECTED] Subject: Re: startup on win2000 as service not working. Check your ini file to make

Re: startup on win2000 as service not working.

2002-10-08 Thread Scott Pippin
I had the same thing happen to me. Go in to services and right-click on the mysql service. Go to properties and verify that the service is assigned to the right executable. Mine was not so I had to start MySQL manually every time I restarted. (MySQL, query) >>> Steve Bradwell <[EMAIL PROTECTE

Re: startup on win2000 as service not working.

2002-10-08 Thread Scott Pippin
I had the same problem happen to me. Go in to services and right-click on the mysql service and check the properties. Check that the service is assigned to the right executable. Mine was not so I had to start it manually every time I restarted. >>> Steve Bradwell <[EMAIL PROTECTED]> 10/08/02

Re: startup on win2000 as service not working.

2002-10-08 Thread Bruce Lewis
Check your ini file to make sure the path reflects the proper location of the database. Bruce - Original Message - From: "Steve Bradwell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 08, 2002 8:14 AM Subject: startup on win2000 as service not working. > Hi everyon

Re: startup on win2000 as service not working.

2002-10-08 Thread Oluwagbamila Oyekanmi
You need to Install MySQL as a service. Use the following steps on the DOS command prompt: 1. cd \your-path-to-mysql\bin 2. >mysqld-max-nt --install You could then start the service from Services in Control panel or use "NET START mysql" on the command line. Regards 'Gbamila - Original

Re: startup on win2000 as service not working.

2002-10-08 Thread Iikka Meriläinen
On Tue, 8 Oct 2002, Steve Bradwell wrote: > Hi everyone, > > I have recently moved my mysql server from a win98 machine to a win2000 > machine. After running the self extracting setup for mysql, I copied my > existing my.ini file over from the win 98 box, made neccesary changes to > start mysqld-