Philippe de Rochambeau wrote:
Hello,

is there any way to tell the number of simultaneous connections to a mysql database at a given time, using SQL or a scripting language such as php, perl, etc. ?

Many thanks.

Philippe


show status is your friend:

show status like "Connections"

HTH,
Wolfram


-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to