From b3fe0c7f3353ee70034332ed5d1b50d4c6af54db Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 14 Sep 2002 10:42:28 +0000 Subject: [PATCH] Mac clarification --- Documentation.html | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/Documentation.html b/Documentation.html index fa761173c..0f5e5b6b5 100755 --- a/Documentation.html +++ b/Documentation.html @@ -215,11 +215,11 @@

- Warning for Mac users: php seems not to like - Mac end of lines character ("\r") and Stuffit unstuffs - with Mac formats, of course.
+ Warning for Mac users:if you are on a MacOS + version before OS X, Stuffit unstuffs with Mac formats.
So you'll have to resave as in Bbedit to unix style ALL phpMyAdmin scripts - before uploading them to your server. + before uploading them to your server, as PHP seems not to like Mac-style + end of lines character ("\r").

@@ -230,12 +230,14 @@

Quick Install:

    -
  1. Use a distribution kit with the files having the extension - (.php3 or .php) depending on the way your web/PHP server - interprets those extensions.
  2. +
  3. Choose and download a distribution kit with the files having the + extension (.php3 or .php) depending on the way your + web/PHP server interprets those extensions.
  4. Untar or unzip the distribution (be sure to unzip the subdirectories): tar xzvf phpMyAdmin_x.x.x.tar.gz in your webserver's - document root.
  5. + document root. If you don't have direct access to your document root, + put the files in a directory on your local machine, and, after step 3, + transfer the directory on your web server using, for example, ftp.
  6. Open the file config.inc.php3 in your favourite editor and change the values for host, user, password and authentication mode to fit your environment.