From 7260ba8c6cdef3c5dd40daea36aa27cbbe5af486 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 10 May 2003 11:54:24 +0000 Subject: [PATCH] clarification --- Documentation.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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'].