* Documentation.html

- documented $cfgServers[n]['connect_type']
                - two minor fixes for typo's that i noticed
This commit is contained in:
Robin Johnson
2001-08-22 22:26:43 +00:00
parent f71d1957e6
commit 27da959306
2 changed files with 13 additions and 2 deletions

View File

@@ -8,6 +8,9 @@ $Source$
2001-08-22 Robin Johnson <robbat2@orbis-terrarum.net>
* config.inc.php3: $cfgServers[1]['connect_type'] preferred connection type
* lib.inc.php3 - line 285: $cfgServer['connect_type'] implemented
* Documentation.html
- documented $cfgServers[n]['connect_type']
- two minor fixes for typo's that i noticed
2001-08-22 Olivier M<>ller <om@omnis.ch>
* main.php3: relooked the start page with the help of Lo<4C>c.

View File

@@ -114,7 +114,7 @@
Then <font color="#bb0000">you should not run this script with
PHP3&nbsp;&lt;&nbsp;3.0.8</font>.<br />
PHP also needs to be <font color="#bb0000">compiled with mysql
and PRCE support</font>;
and PCRE support</font>;
</li>
<li>
MySQL (tested with 3.21.x, 3.22.x and 3.23.x);
@@ -248,7 +248,7 @@
<dt><b>$cfgServers</b> array</dt>
<dd>
Since version 1.4.2, phpMyAdmin supports the administration of multiple
MySQL-server.
MySQL servers.
Therefore, a $cfgServers-array has been added which contains the login
information for the different servers. <tt>$cfgServers[1]['host']</tt>
contains the hostname of the first server,
@@ -277,6 +277,14 @@
<br /><br />
</dd>
<dt><b>$cfgServers[n]['connect_type']</b> string</dt>
<dd>
What type connection to use with the MySQL server. Your options are 'socket' &amp;
'tcp'. It defaults to 'tcp' as that is nearly guarenteed to be available on all MySQL
servers, while sockets are not supported on some platforms.
<br /><br />
</dd>
<dt><b>$cfgServers[n]['adv_auth']</b> boolean</dt>
<dd>
Whether basic or advanced authentication should be used for this