Link to home
Start Free TrialLog in
Avatar of allelopath
allelopath

asked on

MySQL daemon

In the Task Manager (for Win XP) I see the MySQL daemon (mysqld-nt.exe),
But when I attempt to stop it from the command line:
>net stop mysql
I get this message:
The MySQL service is not started.

Can someone explain?
ASKER CERTIFIED SOLUTION
Avatar of Guy Hengel [angelIII / a3]
Guy Hengel [angelIII / a3]
Flag of Luxembourg image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of allelopath
allelopath

ASKER

I didn't start this, it happened on startup.
How do I get this -not- to start on startup?
This is how to shut it down:
"C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqladmin" -u root shutdown
but still would like to know how to prevent it from starting automagically.
check out the mysql startup options, you can set it somewhere, I don't remember the form, though.
in the mySQL menu in Start -> Programs -> MySQL there is a configuration tool, as far as I remember.
That gives you the option of starting it as a service (or not).
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial