diff --git a/htdocs/sql/server_processlist.php b/htdocs/sql/server_processlist.php new file mode 100755 --- /dev/null +++ b/htdocs/sql/server_processlist.php @@ -0,0 +1,104 @@ +' . "\n" + . ($cfg['MainPageIconic'] ? '' : '') + . $strProcesslist . "\n" + . '' . "\n"; + + +/** + * Sends the query + */ +$sql_query = 'SHOW' . (empty($full) ? '' : ' FULL') . ' PROCESSLIST'; +$result = PMA_DBI_query($sql_query); + +PMA_showMessage($GLOBALS['strSuccess']); + + +/** + * Displays the page + */ +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ <?php echo empty($full) ? $strShowFullQueries : $strTruncateQueries; ?> +
' . $strNone . '' : $process['db']); ?>
+