
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] tooo mqny proccess...
- Date: Wed, 26 Jun 2002 11:37:17 +0900
- From: Michael Doughty <Doughty_Michael@example.com>
- Subject: Re: [tlug] tooo mqny proccess...
- References: <j8o2xB.A.pwC.94RG9@example.com>
On Wed, 26 Jun 2002 10:58:40 +0900 (JST), Nguyen Hung Vu wrote:
> Hello all,
>
> I am sorry if it was a FaQ.
>
> [root@example.com mysql]# /etc/init.d/mysqld status
> mysqld (pid 30255 30254 30253 30251) is running...
> [root@example.com mysql]# ps -ef | grep mysql
> root 30224 1 0 10:54 pts/2 00:00:00 /bin/sh
> /usr/bin/safe_mysqld --d
> mysql 30251 30224 0 10:54 pts/2 00:00:00 /usr/libexec/mysqld
> --defaults-f
> mysql 30253 30251 0 10:54 pts/2 00:00:00 /usr/libexec/mysqld
> --defaults-f
> mysql 30254 30253 0 10:54 pts/2 00:00:00 /usr/libexec/mysqld
> --defaults-f
> mysql 30255 30253 0 10:54 pts/2 00:00:00 /usr/libexec/mysqld
> --defaults-f
> [root@example.com mysql]#
>
> Why so many mysqld running?
4 is the default number of processes that safe_mysqld spawns. Allows
multiple connections to the database.
Michael
Home |
Main Index |
Thread Index