Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

"SHOW PROCESSLIST" displays a list of all currently executing queries along with their status and details, while "show status where variable_name = 'Threads_connected'" shows the number of currently connected threads to the MySQL server. The former provides more detailed information about all currently executing queries, while the latter simply reports the number of threads connected to the server.