diff --git a/server_status.php b/server_status.php
index a7974462b..2cba1edd5 100644
--- a/server_status.php
+++ b/server_status.php
@@ -605,7 +605,9 @@ foreach ($sections as $section_name => $section) {
Query statistics: Since its startup, %s queries have been sent to the server.'),
- PMA_formatNumber($server_status['Questions'], 0)); ?>
+ PMA_formatNumber($server_status['Questions'], 0));
+ echo PMA_showMySQLDocu('server-status-variables', 'server-status-variables', false, 'statvar_Questions');
+ ?>