At 1:07 PM -0700 8/2/01, Mark -None- wrote:
>I downloaded, compiled, and installed the latest MySQL release from 
>the source code at www.mysql.com last night. I was running through 
>the tests documented in the INSTALL-SOURCE file, and I've found that 
>mysqladmin -u root shutdown does not work.

I guess you missed the other threads on this topic (posted same or 
previous day). It is a known issue that mysqladmin -u root shutdown 
does not work on Mac OS X. You need to use

# kill -9 123
# kill -9 235

In the above example, 123 is the PID for safe_mysql and 235 for 
mysqld, you have to shutdown in that order. A normal kill may not 
work.
-- 
Michael
__
||| Michael Collins       |||
||| Kuwago Web Services   |||      mailto:[EMAIL PROTECTED]
||| Seattle, WA, USA      |||      http://www.lassodev.com

---------------------------------------------------------------------
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