On Thu, Jun 07, 2001 at 08:23:03AM -0400, R Talbot wrote:
> Please explain why I get multiple Daemon process
> when I start mysql.server..Such as
> 
>  1075 pts/0    S      0:00 sh /usr/local/mysql/bin/safe_mysqld
> --user=root --pid
>  1093 pts/0    SN     0:00 /usr/local/mysql/libexec/mysqld
> --basedir=/usr/local/
>  1095 pts/0    SN     0:00 /usr/local/mysql/libexec/mysqld
> --basedir=/usr/local/
>  1096 pts/0    SN     0:00 /usr/local/mysql/libexec/mysqld
> --basedir=/usr/local/
> 
>  This occurs when starting as suggested through Link
>  /etc/rc5.d/S99mysql
> 
> or if I start from command line mysql.server start. If I kill one
> process all processes die.. Caldera 2.3 edesktop mysql 3.22.32
> compiled from source.

Because that's how the Linux kernel implements threads. They're all
part of the same process, actually. It just looks a bit funny. If you
kill the right one, they'll all die.

There is more on this topic in the mail archives, of course. It's a
fairly common question.

Jeremy
-- 
Jeremy D. Zawodny, <[EMAIL PROTECTED]>
Technical Yahoo - Yahoo Finance
Desk: (408) 349-7878    Fax: (408) 349-5454    Cell: (408) 439-9951

MySQL 3.23.29: up 13 days, processed 82,085,883 queries (71/sec. avg)

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