This commit is contained in:
Marc Delisle
2001-07-06 11:18:55 +00:00
parent 09745fcef2
commit 429a7d6c88

View File

@@ -100,16 +100,16 @@ h2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:large; font-w
<p> Quick Install: <p> Quick Install:
<ol> <ol>
<li> Untar or unzip the distribution (be sure to untar the subdirectories) <li> Untar or unzip the distribution (be sure to untar the subdirectories)
tar xvf phpMyAdmin_x.x.x.tar </li> tar xzvf phpMyAdmin_x.x.x.tar.gz </li>
<li> Open the file config.inc.php3 in your favourite editor and change <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 and password to fit your environment.
Have a lok at Documentation.html for an explanation of all values.</li> Have a look at Documentation.html for an explanation of all values.</li>
<li> It is recommended that you protect the directory in which <li> It is recommended that you protect the directory in which
you installed phpMyAdmin (unless it's on a closed intranet), you installed phpMyAdmin (unless it's on a closed intranet),
for example with HTTP-AUTH (in a .htaccess-file). </li> for example with HTTP-AUTH (in a .htaccess-file). </li>
<li> Open the file <www.your-host.com>/<your-install-dir>/index.php3 <li> Open the file <www.your-host.com>/<your-install-dir>/index.php3
in your browser. phpMyAdmin should now display a welcome screen in your browser. phpMyAdmin should now display a welcome screen
and your databases.</li> and your databases, or a login dialog if using advanced authentication.</li>
</ol> </ol>
Installation notes: Installation notes:
@@ -131,7 +131,11 @@ h2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:large; font-w
</ul> </ul>
</p> </p>
<p>Upgrading from an older version:
<ul>
<li> Please do not copy your older config.inc.php3 over the new one: it may offer new configuration variables, and the new version may depend on these for normal behavior. It is suggested instead to insert your site values in the new one.
</ul>
</p>
<a name="config"></a><br> <a name="config"></a><br>
<hr noshade width="100%"><font size="+1"> <hr noshade width="100%"><font size="+1">
@@ -162,8 +166,8 @@ h2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:large; font-w
Whether basic or advanced authentication should be used for this server. Basic Whether basic or advanced authentication should be used for this server. Basic
authentication ($adv_auth = false) is the plain old way: username and password authentication ($adv_auth = false) is the plain old way: username and password
are stored in config.inc.php3. Advanced authentication $adv_auth = true) as are stored in config.inc.php3. Advanced authentication $adv_auth = true) as
introduced in 1.3.0 allows you to log in as any valid MySQL user via HTTP-Auth. introduced in 1.3.0 allows you to log in as any valid MySQL user via HTTP-Auth. <p> Please note that this authentication mode is only supported with PHP running as an Apache module, and not with cgi.
All you have to provide in config.inc is a standard user which can connect to <p> All you have to provide in config.inc is a standard user which can connect to
MySQL and read the mysql user/db table (see $cfgServers[n]['stduser']).<br> MySQL and read the mysql user/db table (see $cfgServers[n]['stduser']).<br>
Using advanced authentication is recommended:</p> Using advanced authentication is recommended:</p>
<ul> <ul>