Kirk,

I am somewhat confused by your question.

I must misunderstand what it is that you are trying to ask, because what it 
appears that you are asking makes no sense.  Once MySQL was installed as a 
service, why does it matter which account starts it?  Are you not the admin 
on the box?  Are you trying to start multiple instances of the MySQL service?

Logging off of the admin account will not stop a service on a Windows 2000 
box.  Even though you "log off the admin account", MySQL should still be 
running.

Or, when you say "started" do you mean "connect to the running server"?

What is the output of the following command on the server running MySQL?
netstat -a -p tcp


Respectfully,
Charles Q.


At 08:23 PM 6/5/2002 -0500, you wrote:
>I've installed MySQL as a service using
>
>      mysqld-nt --install
>
>on W2K. No problem there, says "service successfully installed". BUT, when I
>try to log off the admin account and on to the regular "power user" account
>MySQL will not start automagically and cannot be started manually. Pop back
>over to the admin account and MySQL acts like nothing was ever wrong.
>
>Is this an issue that can be overcome by manually installing MySQL as a 
>service
>instead of using the above? And how do you accomplish that? If you know or
>have heard of this before please help me out; I'd really like to have MySQL
>running for all users (that would enable the Apache-based site I'm running on
>the same box to access the database at all times).
>
>Thanks!
>
>Kirk
>
>
>
>
>---------------------------------------------------------------------
>Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
>To request this thread, e-mail <[EMAIL PROTECTED]>
>To unsubscribe, e-mail 
><[EMAIL PROTECTED]>
>Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to