Page 1 of 1

shut down mysql > error

PostPosted: 21. July 2007 01:27
by hansman
hiya all,

When I press "Stop" behind MySQL in de Control Panel fot XAMPP in windows I allways get the error that MySQL has not stopped [0]. What is this? Why can't I stop mysql?

yours,

bernhard

PostPosted: 22. July 2007 12:44
by ldivinag
open up a DOS window and stop it manually:

Code: Select all
net stop mysql


if it says no service (or something like it) try using:
Code: Select all
net stop mysql5