Re: mysqld shutdown

2001-11-14 Thread Erik Price
Dan, Thanks for that comprehensive answer. It doesn't seem like the FreeBSD solution will be one that I will try to implement into my installation of Darwin, as it draws on skills and knowledge that I definitely don't have -- though it would be educational to take a look into Darwin's threading

Re: mysqld shutdown

2001-11-14 Thread Dan Nelson
In the last episode (Nov 14), Erik Price said: > > What OS do you use ? > > > > The behaviour you're describing I've seen two-three years ago on > > FreeBSD due to some bug/deficiency in FreeBSD threads. Since then > > it was fixed (in FreeBSD I mean). > > Interesting! I'm using Darwin 1.3.1 (f

Re: mysqld shutdown

2001-11-14 Thread Gerald Clark
If I remember correctly, on SCO I did a mysqladmin shutdown | mysqladmin This produced an error message, but also unblocked the shutdown. Erik Price wrote: > --- Sergei Golubchik <[EMAIL PROTECTED]> wrote: > >> What OS do you use ? >> >> The behaviour you're describing I've seen two-three ye

Re: mysqld shutdown

2001-11-14 Thread Erik Price
--- Sergei Golubchik <[EMAIL PROTECTED]> wrote: > What OS do you use ? > > The behaviour you're describing I've seen two-three years ago on > FreeBSD > due to some bug/deficiency in FreeBSD threads. > Since then it was fixed (in FreeBSD I mean). > > Regards, > Sergei Interesting! I'm using D

Re: mysqld shutdown

2001-11-14 Thread Mike(mickalo)Blezien
On Wed, 14 Nov 2001 08:38:04 -0800, Bill Adams <[EMAIL PROTECTED]> wrote: >>> /usr/local/mysql/bin:mysql$ mysqladmin -u root -p shutdown >>> >>> But this one doesn't work for me, even though I am using the proper >>> password and am the proper user. Executing this command just leaves me >>> ha

Re: mysqld shutdown

2001-11-14 Thread Sergei Golubchik
Hi! On Nov 14, Bill Adams wrote: > > > > PS: If I run the mysqladmin shutdown command, then check "top" in > > another console, both the daemon and the mysqladmin command continue to > > run indefinitely -- and I have waited an hour to see if it's just slow. > > That doesn't seem to be the case

Re: mysqld shutdown

2001-11-14 Thread Erik Price
--- "Mike(mickalo)Blezien" <[EMAIL PROTECTED]> wrote: > Have you tried ./mysqladmin -u root -p shutdown > > when in the 'bin' folder otherwise typing mysqladmin, it will check > the server > PATH, to find the mysqladmin > > > Mike(mickalo)Blezien Hmm... isn't this the same thing as /usr/local/

Re: mysqld shutdown

2001-11-14 Thread Erik Price
--- Bill Adams <[EMAIL PROTECTED]> wrote: > This seems like an OS bug to me. All of the things you mention in > your last > email should stop mysql from running. > > What happens if you do (where safe_mysqld is running) 'fg' and > then CTRL+c? Does that just hang too? > > Do you need the debug

Re: mysqld shutdown

2001-11-14 Thread Bill Adams
> > PS: If I run the mysqladmin shutdown command, then check "top" in > another console, both the daemon and the mysqladmin command continue to > run indefinitely -- and I have waited an hour to see if it's just slow. > That doesn't seem to be the case. > This seems like an OS bug to me. All o

Re: mysqld shutdown

2001-11-14 Thread Erik Price
--- Bill Adams <[EMAIL PROTECTED]> wrote: > > One option is to use > > > > /usr/local/mysql/bin:mysql$ mysqladmin -u root -p shutdown > > > > But this one doesn't work for me, even though I am using the proper > > password and am the proper user. Executing this command just > leaves me > > hangi

Re: mysqld shutdown

2001-11-14 Thread Bill Adams
Erik Price wrote: > All, > > Well, I solved the mystery of the missing Unix socket. It needs to be > defined at the time the daemon is started with: > --socket=/path/to/socket. Well, at least in my installation it does. > > But now I'm having the OPPOSITE problem -- shutting down the server >