jonathan <[EMAIL PROTECTED]> wrote on 03/05/2006 03:19:41 PM:

> is there a way to view the current number of connections in mysql? 
> I'm developing a PHP / MySQL app and would like to be able to debug a 
> few performance problems.
> 
> Ideally, I'd like to be able to query the number of current 
> connections via the mysqli interface and make decisions based upon that.
> 
> -jonathan
> 
I believe what you are after is:

SHOW FULL PROCESSLIST;

Shawn Green
Database Administrator
Unimin Corporation - Spruce Pine

Reply via email to