Well, if you really just want it stopped, the usual unix rule is to "ps -ax |
grep mysql", read the PIDs then "kill -11 [PID]" kill the safe_mysqld script
first or it will restart the mysql daemon.

EISSEN Charlie wrote:
> 
> Hello, i'm running mysqld on darwin (mac os x client)...Start is good, but
> then i can't stop the server...i tried ./mysqladmin shutdown, ./mysqladmin
> -u root shutdown, but it doesn't work..any one can help???
> mysql 3.23.37
> 
> Thank you,
> 
> EISSEN Chalrie
> 
> ---------------------------------------------------------------------
> 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