From 14c9f0c4b5b31f393c30433ee2b1c6837a213cc2 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 24 Jan 2003 01:53:20 +0000 Subject: [PATCH] remark --- Documentation.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation.html b/Documentation.html index 55532ae75..609ea11e1 100755 --- a/Documentation.html +++ b/Documentation.html @@ -516,6 +516,9 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://' is nearly guarenteed to be available on all MySQL servers, while sockets are not supported on some platforms.

+ To use the socket mode, your MySQL server must be on the same machine + as the Web server. +