problem stopping mysqld

2001-05-15 Thread EISSEN Charlie

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




Re: problem stopping mysqld

2001-05-15 Thread Zachary Burnham

This is a known bug when running MySQL on Darwin / Mac OS X right now.  
Last I heard some listy was submitting a diff or a patch to the 
maintainers, but I haven't heard anything about it for a little while.  
Any news, folks?  Works a treat on Darwin, otherwise.

Zach
On Tuesday, May 15, 2001, at 10:24 AM, 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 mysql-unsubscribe-
 [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




Re: problem stopping mysqld

2001-05-15 Thread Matthew P. Marino

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