Need to know how many current connections

2004-05-02 Thread Mailing List Receiver
We weekly rotate the mysqld log. I need to find a way to query the server to see how many current connections with clients there are, so I can wait to restart the server when the number of connections is zero. mysqladmin doesn't seem to have this capability. Is there any other way? Todd

Re: Need to know how many current connections

2004-05-02 Thread Dan Nelson
In the last episode (May 02), Mailing List Receiver said: We weekly rotate the mysqld log. I need to find a way to query the server to see how many current connections with clients there are, so I can wait to restart the server when the number of connections is zero. mysqladmin doesn't seem