diff --git a/Documentation.html b/Documentation.html
index 92ce7482b..202f58e1d 100755
--- a/Documentation.html
+++ b/Documentation.html
@@ -425,7 +425,11 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
$cfg['Servers'][$i]['port'] string
The port-number of your $i-th MySQL-server. Default is 3306 (leave
- blank).
+ blank). If you use "localhost" as the hostname, MySQL
+ ignores this port number and connects with the socket, so if you want
+ to connect to a port different from the default port, use
+ "127.0.0.1" or the real hostname in
+ $cfg['Servers'][$i]['host'].