Also
In My Humble Opinion (IMHO)
For What It's Worth (FWIW)

> -----Original Message-----
> From: Gelu Gogancea [mailto:ggelu@;arctic.ro]
> Sent: Saturday, 9 November 2002 23:37
> To: Jocelyn Fournier; Jack Chen; [EMAIL PROTECTED]
> Subject: Re: mysqld refuse to die
>
>
> Yes.All processes are named "mysqld"...less one "mysqld_safe"
> which is "main
> guilty" for keeping mysql daemon in "life".
>
> P.S.
> Please tell me (if you wish)...what means AFAIK?
> Regards,
>
> Gelu
> _____________________________________________________
> G.NET SOFTWARE COMPANY
>
> Permanent e-mail address : [EMAIL PROTECTED]
>                                           [EMAIL PROTECTED]
> ----- Original Message -----
> From: "Jocelyn Fournier" <[EMAIL PROTECTED]>
> To: "Gelu Gogancea" <[EMAIL PROTECTED]>; "Jack Chen" <[EMAIL PROTECTED]>;
> <[EMAIL PROTECTED]>
> Sent: Saturday, November 09, 2002 2:27 PM
> Subject: Re: mysqld refuse to die
>
>
> > just kill mysqld_safe and then the mysqld process :)
> > (but AFAIK all the mysql thread are names mysqld ??)
> > ----- Original Message -----
> > From: "Gelu Gogancea" <[EMAIL PROTECTED]>
> > To: "Jocelyn Fournier" <[EMAIL PROTECTED]>; "Jack Chen"
> <[EMAIL PROTECTED]>;
> > <[EMAIL PROTECTED]>
> > Sent: Saturday, November 09, 2002 12:20 PM
> > Subject: Re: mysqld refuse to die
> >
> >
> > > ...because not all mysql processes are named "mysql" and is
> one (and you
> > > know about this) which is for safe running(mysqld_safe or safe_mysqld)
> > which
> > > create new threads when another is "killed".
> > > Regards,
> > >
> > > Gelu
> > > _____________________________________________________
> > > G.NET SOFTWARE COMPANY
> > >
> > > Permanent e-mail address : [EMAIL PROTECTED]
> > >                                           [EMAIL PROTECTED]
> > > ----- Original Message -----
> > > From: "Jocelyn Fournier" <[EMAIL PROTECTED]>
> > > To: "Gelu Gogancea" <[EMAIL PROTECTED]>; "Jack Chen" <[EMAIL PROTECTED]>;
> > > <[EMAIL PROTECTED]>
> > > Sent: Saturday, November 09, 2002 2:12 PM
> > > Subject: Re: mysqld refuse to die
> > >
> > >
> > > > Hi,
> > > >
> > > > Why not trying killall -9 mysqld ?
> > > >
> > > > Regards,
> > > >   Jocelyn
> > > > ----- Original Message -----
> > > > From: "Gelu Gogancea" <[EMAIL PROTECTED]>
> > > > To: "Jack Chen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> > > > Sent: Saturday, November 09, 2002 12:08 PM
> > > > Subject: Re: mysqld refuse to die
> > > >
> > > >
> > > > > Hi,
> > > > > If you really wish to kill the mysql daemon in this way :
> > > > > You should try :
> > > > > ps -ef |grep "mysql"
> > > > > ...show all the mysqld processes and after this must enumarate all
> pid
> > > of
> > > > > processes in a single kill command.
> > > > > E.g.
> > > > > kill -9 1024 1056 ...(processes which are open).
> > > > > But it's more "health" if you can stop the server using :
> > > > > /etc/rc.d/mysqld stop
> > > > >
> > > > > Regards,
> > > > >
> > > > > Gelu
> > > > > _____________________________________________________
> > > > > G.NET SOFTWARE COMPANY
> > > > >
> > > > > Permanent e-mail address : [EMAIL PROTECTED]
> > > > >                                           [EMAIL PROTECTED]
> > > > > ----- Original Message -----
> > > > > From: "Jack Chen" <[EMAIL PROTECTED]>
> > > > > To: <[EMAIL PROTECTED]>
> > > > > Sent: Saturday, November 09, 2002 7:57 AM
> > > > > Subject: Re: mysqld refuse to die
> > > > >
> > > > >
> > > > > > I have just figured out:
> > > > > >
> > > > > > kill -9 xxx (process number)
> > > > > >
> > > > > > Thanks,
> > > > > >
> > > > > > Jack
> > > > > >
> > > > > > ++++++++++++++++++++++++++++++++++++++++++++++++
> > > > > > Jack Chen, Stein Lab, Cold Spring Harbor Labs
> > > > > > 1 Bungtown Road, Cold Spring Harbor, NY, 11724
> > > > > > Tel: 1 516 3676904; e-mail: [EMAIL PROTECTED]
> > > > > > ++++++++++++++++++++++++++++++++++++++++++++++++
> > > > > >
> > > > > > On Sat, 9 Nov 2002, Jack Chen wrote:
> > > > > >
> > > > > > > Hi All,
> > > > > > >
> > > > > > > Please help me with this problem:
> > > > > > >
> > > > > > > For some reason, I could not bring down my mysqld by running
> > > > > > >
> > > > > > > mysqld stop
> > > > > > >
> > > > > > > An error message indicate: fail
> > > > > > >
> > > > > > > What's going on?
> > > > > > >
> > > > > > > Thanks,
> > > > > > >
> > > > > > > Jack
> > > > > > >
> > > > > > > ++++++++++++++++++++++++++++++++++++++++++++++++
> > > > > > > Jack Chen, Stein Lab, Cold Spring Harbor Labs
> > > > > > > 1 Bungtown Road, Cold Spring Harbor, NY, 11724
> > > > > > > Tel: 1 516 3676904; e-mail: [EMAIL PROTECTED]
> > > > > > > ++++++++++++++++++++++++++++++++++++++++++++++++
> > > > > > >
> > > > > > >
> > > > > >
> > > >
> ---------------------------------------------------------------------
> > > > > > > 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
> > > > > >
> > > > > >
> > > > > > -------------------------------------------------------
> > > > > > Xnet scaneaza automat toate mesajele impotriva
> virusilor folosind
> > RAV
> > > > > AntiVirus.
> > > > > > Xnet automatically scans all messages for viruses using RAV
> > AntiVirus.
> > > > > >
> > > > > > Nota: RAV AntiVirus poate sa nu detecteze toti virusii noi sau
> toate
> > > > > variantele lor. Va rugam sa luati in considerare ca exista un risc
> de
> > > > > fiecare data cand deschideti fisiere atasate si ca MobiFon nu este
> > > > > responsabila pentru nici un prejudiciu cauzat de virusi.
> > > > > > Disclaimer: RAV AntiVirus may not be able to detect all new
> viruses
> > > and
> > > > > variants. Please be aware that there is a risk involved whenever
> > opening
> > > > > e-mail attachments to your computer and that MobiFon is not
> > responsible
> > > > for
> > > > > any damages caused by viruses.
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > ---------------------------------------------------------------------
> > > > > 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
>
>



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