View Single Post
  #1 (permalink)  
Old 07-27-2007, 09:00 AM
sandeepspatil sandeepspatil is offline
Member
 
Join Date: Jul 2007
Posts: 5
sandeepspatil is on a distinguished road
How to check the number of applications connected to MySQL DB
Hi,

Is there some way to check the number of applications connected to an instance of mysql database?

I have two different Java applications that will be using the same instance of MySQL.
My requirement is that, I want to close the MySQL instance while closing the Java application.
But before doing so, I want to make sure the other application is not connected to it.
Is there some way I can check that?

Your suggestions will be of great help.

Thanks,
Sandeep
Reply With Quote
Sponsored Links