Re: Mysql Processes

2005-10-25 Thread Gleb Paharenko
Hello. Run ps -axm on the second server, and normally you should see a lot of mysqld threads. Edward David wrote: > I just joined this list so I am hoping that this question is relevant to > this group. > I am running Linux AS4 Enterprise Server. > I am running Mysql Ver 14.7 Distrib 4.

Re: mysql processes

2003-11-07 Thread Gabriel Ricard
On Friday, November 7, 2003, at 01:21 PM, Hugh Beaumont wrote: Hi List, I've searched the archives and the web many times in the past for answers to the following questions but never really got a complete understanding of what is going on. Hopefully someone on the list will be able to take the

Re: MySQL processes not showing.

2003-08-18 Thread Fagyal, Csongor
All right, you can disregard this :-) I was too quick to post it to the list... those _are_ threads, the kernel upgrade must have introduced them :-). Sorry for the bandwidth! But other than that, something off-topic: on the very same server I have found that I cannot issue the 'su' command, be

RE: MySQL processes..

2002-10-18 Thread Sandeep Murphy
-Original Message- From: Mark Matthews [mailto:mark@;mysql.com] Sent: quinta-feira, 17 de Outubro de 2002 13:05 To: Sandeep Murphy Cc: [EMAIL PROTECTED] Subject: Re: MySQL processes.. Sandeep Murphy wrote: > hi, > > I have a problem with the connections and would appreicate a lot if a

Re: MySQL processes..

2002-10-18 Thread Mark Matthews
Sandeep Murphy wrote: hi, I have a problem with the connections and would appreicate a lot if anyone can provide a soln.. Our JSP application has connections to both Oracle and MySQL... In each page there are nearly a dozen queries executing on a MySQL db. at the begining of each page, a connect

Re: MySQL processes..

2002-10-18 Thread Niclas Hedhman
On Thursday 17 October 2002 19:33, Sandeep Murphy wrote: > Our JSP application has connections to both Oracle and MySQL... In each > page there are nearly a dozen queries executing on a MySQL db. at the > begining of each page, a connection is opened and at the end they are > close.. Ideally, if th