How can I see how many connections have been opened during the current request via mysql_connect in PHP running on Apache?
mysql_connect
I know that if I call m
m
You could use the MySQL command show processlist to get the number of connections.