17 messages in com.mysql.lists.win32Re: mySQL NT - Installation
FromSent OnAttachments
Duon...@imvi.bls.com08 Feb 2000 16:05.txt
Tim Endres08 Feb 2000 16:17 
Fredrick Bartlett08 Feb 2000 16:56 
sin...@mysql.com09 Feb 2000 04:23 
Kim Albee09 Feb 2000 09:41 
Steve Ruby09 Feb 2000 09:51 
sin...@mysql.com10 Feb 2000 05:15 
Patrik Lundin10 Feb 2000 05:47 
Kim Albee10 Feb 2000 09:41 
Steve Ruby10 Feb 2000 09:43 
Michael10 Feb 2000 09:44 
Kim Albee10 Feb 2000 09:57 
Tim Endres10 Feb 2000 10:03 
Michael10 Feb 2000 10:06 
Patrik Lundin10 Feb 2000 10:49 
JM10 Feb 2000 18:10 
Delbono12 Feb 2000 09:55 
Subject:Re: mySQL NT - Installation
From:Kim Albee (kal@uswest.net)
Date:02/10/2000 09:41:48 AM
List:com.mysql.lists.win32

John,

I downloaded mysql-shareware-3_22_30-win.zip There is no "mysqld-nt -- install" or anything like that, there's only setup.exe. When I attempt to start it as a service I get an error saying it's an invalid service name.

Can you point me to where in the manual I might look to help me get going with this? Or any other suggestions would also be great.

Is there a different download I need? I'm just wanting to eval MySQL for a project that's starting up, which will be deployed on Unix -- but developed in NT.

Thanks for you help on this. Kim :-)

----- Original Message ----- From: Millaway, John <jo@Intersphere.com> To: Kim Albee <kal@uswest.net> Sent: Thursday, February 10, 2000 11:16 AM Subject: RE: mySQL NT - Installation

OK -- I did that -- now, does it start when I start my server (as a service), or do i need to start it, and if so, how do I do that?

If you ran "mysqld-nt --install" (or something like that) as specified in the install guide, then mysql is installed as a service, and *I think* it will by default start with windows automaticlaly. You can get to it through your "services" dialog in "Control Panel". You can set it to start with windows by default, etc..

If you successfully installed it as a services, You can start and stop it at will in one of three ways: 1. From command prompt: "NET START mysql" or "NET STOP mysql"

2. From Services dialog. (click start or stop, of course).

3. Through mysqladmin: mysqladmin --user=you -p shutdown (or refresh, reload etc.)