From 3fad0c6ef702bc5bdc03da763afa78b7b52f1707 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 10 Dec 2010 17:08:07 +0100 Subject: [PATCH] Show number of connections (thanks to fos4) --- adminer/processlist.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/adminer/processlist.inc.php b/adminer/processlist.inc.php index 09e22ff6..7af10c3f 100644 --- a/adminer/processlist.inc.php +++ b/adminer/processlist.inc.php @@ -15,6 +15,7 @@ page_header(lang('Process list'), $error);
$row) { if (!$i) { echo "\n"; @@ -30,4 +31,5 @@ foreach (get_rows("SHOW FULL PROCESSLIST") as $i => $row) {

+result("SELECT @@max_connections"); ?>

 " . implode("", array_keys($row)) . "