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 processes after every boot?
> Than
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
> the processes after e