In the last episode (Feb 03), Rochester, Dean said:
> We had an issue the other day where we could not access the myslq
> database we have on our redhat linux 7.2 box.
> 
> when I did a 
> 
> ps -ef |grep mysql
> 
> I got the following.
> 
>       root       645     1  0  2002 ?        00:00:00 [safe_mysqld]
>       root       688   645  0  2002 ?        00:01:31
> /usr/local/mysql/bin/mysqld --ba
>       root       699   688  0  2002 ?        00:00:33
> /usr/local/mysql/bin/mysqld --ba

Arg.  Please don't wrap things like logfiles or process lists.  Linux
creates a separate process for each thread, and it creates 3 helper
processes, so all this means is you have 16 connections open to the
server.

-- 
        Dan Nelson
        [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

Reply via email to