This commit is contained in:
Marc Delisle
2002-01-10 17:40:21 +00:00
parent 69a256cf0a
commit f7499a4b1a
2 changed files with 7 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ $Source$
2002-01-10 Marc Delisle <lem9@users.sourceforge.net>
* lang/slovak-iso updates, thanks to Lubos Klokner
* lang/finnish updates, thanks to Visa Kopu
* Documentation.html, some clarifications
2002-01-07 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* db_details.php3, lines 572, 611-620:

View File

@@ -6,7 +6,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>phpMyAdmin 2.2.3-rc1 - Documentation</title>
<title>phpMyAdmin 2.2.4-dev - Documentation</title>
<style type="text/css">
<!--
.navigation {
@@ -212,9 +212,12 @@
<p><b>Quick Install:</b></p>
<ol>
<li> Untar or unzip the distribution (be sure to unzip the subdirectories):
<tt>tar xzvf phpMyAdmin_x.x.x.tar.gz</tt></li>
<tt>tar xzvf phpMyAdmin_x.x.x.tar.gz</tt> in your webserver's
document root.</li>
<li> Open the file config.inc.php3 in your favourite editor and change
the values for host, user and password to fit your environment.
the values for host, user, password and authentication mode
to fit your environment.
Also insert the correct value for <tt>$cfgPmaAbsoluteUri</tt>.
Have a look at
<a class="navigation" href="#config">Configuration section</a> for an
explanation of all values.</li>