Question:
Which SQL command returns the number of active connections to the database?
Answer:
SHOW VARIABLES;
I put it on GitHub for future reference .
Which SQL command returns the number of active connections to the database?
SHOW VARIABLES;
I put it on GitHub for future reference .