From 33b5c43e7b25b49517d45490e8a79c407d47fe8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20M=C3=BCller?= Date: Wed, 4 Jul 2001 21:56:02 +0000 Subject: [PATCH] docs update --- Documentation.html | 183 +++++++++++++++++++++++++++++---------------- 1 file changed, 119 insertions(+), 64 deletions(-) diff --git a/Documentation.html b/Documentation.html index ecc65d882..a2903dcd4 100755 --- a/Documentation.html +++ b/Documentation.html @@ -9,12 +9,19 @@ font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; font-size: 10pt; - left: 10px; - position: relative; - color:#000099; font-weight: normal ; text-indent:10pt} + color:#000099; font-weight: normal; } .navigation:hover { background-color: #99CCFF; font-weight: bolder} +.navigation2 + { + font-family: Verdana, Arial, Helvetica, sans-serif; + text-decoration: none; + font-size: 14pt; + color:#000099; font-weight: normal; } +.navigation2:hover + { + background-color: #99CCFF; font-weight: bolder} h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-large; font-weight:bold; color: #000066} .simple { font-family: Arial, Helvetica, sans-serif; font-size: smaller; color: #000000} body { font-family: Arial, Helvetica, sans-serif; font-size: 10pt} @@ -24,67 +31,115 @@ h2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:large; font-w - +

phpMyAdmin Documentation

- +

-Top - -Introduction - -Installation - -Configuration - -FAQ - -Developpers - -Credits +Top - +Introduction - +Installation - +Configuration - +FAQ - +Developpers - +Credits

Introduction

+

+ phpMyAdmin can administer a whole MySQL-server (needs a super-user) + but also a single database. To accomplish the latter you'll need + a properly set up MySQL-user who can read/write only the desired + database. It's up to you to look up the appropiate part in the + MySQL manual. Currently it can: +

+ - - - - +

-Top - -Introduction - -Installation - -Configuration - -FAQ - -Developpers - -Credits +Top - +Introduction - +Installation - +Configuration - +FAQ - +Developpers - +Credits

Installation

+

Quick Install: +

    +
  1. Untar or unzip the distribution (be sure to untar the subdirectories) + tar xvf phpMyAdmin_x.x.x.tar
  2. +
  3. Open the file config.inc.php3 in your favourite editor and change + the values for host, user and password to fit your environment. + Have a lok at Documentation.html for an explanation of all values.
  4. +
  5. It is recommended that you protect the directory in which + you installed phpMyAdmin (unless it's on a closed intranet), + for example with HTTP-AUTH (in a .htaccess-file).
  6. +
  7. Open the file //index.php3 + in your browser. phpMyAdmin should now display a welcome screen + and your databases.
  8. +
+ + Installation notes: + + +

- - - +

-Top - -Introduction - -Installation - -Configuration - -FAQ - -Developpers - -Credits +Top - +Introduction - +Installation - +Configuration - +FAQ - +Developpers - +Credits

Configuration

@@ -206,15 +261,15 @@ are generated.

$cfgAttributeTypes array
Possible attributes for fields. In most cases you don't need to edit this.

- +

-Top - -Introduction - -Installation - -Configuration - -FAQ - -Developpers - -Credits +Top - +Introduction - +Installation - +Configuration - +FAQ - +Developpers - +Credits

FAQ - Frequently Asked Questions

@@ -259,7 +314,7 @@ Either there is an error with your PHP setup or your username/password is [This will create a new sub-directory named phpMyAdmin or phpMyAdmin-devel]
  • add your stuff
  • put the modified files (tar'ed and gzip'ed) inside the patch tracker of the - phpMyAdmin SourceForge account. + phpMyAdmin SourceForge account.

    Write access to the CVS tree is granted only to experienced developers who have already contributed something useful to phpMyAdmin.
    Also, have a look at the file DEVELOPERS. @@ -314,15 +369,15 @@ Either there is an error with your PHP setup or your username/password is - +


    -Top - -Introduction - -Installation - -Configuration - -FAQ - -Developpers - -Credits +Top - +Introduction - +Installation - +Configuration - +FAQ - +Developpers - +Credits

    Developpers Information

    @@ -334,15 +389,15 @@ Either there is an error with your PHP setup or your username/password is - +

    -Top - -Introduction - -Installation - -Configuration - -FAQ - -Developpers - -Credits +Top - +Introduction - +Installation - +Configuration - +FAQ - +Developpers - +Credits

    Credits