How can I see how many connections have been opened during the current request via mysql_connect
in PHP running on Apache?
I know that if I call mysql_connect
function 100 times with the same parameters, it will always return the same connection link. It will not start new connection once the connection already exists.
But I just want to make sure mysql_connect
is not starting a new one.
I am working with a legacy system which contains many mysql_connect
function calls.
Is there any setting in Apache or is there any way I can log this number of connections in Apache or MySQL log file?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…