Re: Too many mysqld-max processes!!

2002-07-11 Thread Sammy Lau
try 'show processlist' first to see what is actually running. [EMAIL PROTECTED] wrote: > > Hello, > I am running mysql on linux and I have too many mysqld-max processes running > at the same time. Why is that and what can I do about it apart from killing > the p

Re: Too many mysqld-max processes!!

2002-07-11 Thread Gabriel
They're threads. It's the way linux does threads. You only have 1 running. [EMAIL PROTECTED] wrote: > Hello, > I am running mysql on linux and I have too many mysqld-max processes running > at the same time. Why is that and what can I do about it apart from killing &g

Too many mysqld-max processes!!

2002-07-11 Thread balteo
Hello, I am running mysql on linux and I have too many mysqld-max processes running at the same time. Why is that and what can I do about it apart from killing the processes after every boot? Thanks in advance, Balteo