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

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

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