typo
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2003-02-08 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||||
|
* config.inc.php3: Typo.
|
||||||
|
|
||||||
2003-02-07 Michal Cihar <nijel@users.sourceforge.net>
|
2003-02-07 Michal Cihar <nijel@users.sourceforge.net>
|
||||||
* lang/czech: Updated.
|
* lang/czech: Updated.
|
||||||
|
|
||||||
@@ -19,7 +22,7 @@ $Source$
|
|||||||
2003-02-06 Robin Johnson <robbat2@users.sourceforge.net>
|
2003-02-06 Robin Johnson <robbat2@users.sourceforge.net>
|
||||||
* lang/arabic*: Updates thanks to Ossama Khayat <ossamak at nht.com.kw>
|
* lang/arabic*: Updates thanks to Ossama Khayat <ossamak at nht.com.kw>
|
||||||
* lang/chinese_gb.inc.php3: Fixed duplicate '$strDBGMin' where it should
|
* lang/chinese_gb.inc.php3: Fixed duplicate '$strDBGMin' where it should
|
||||||
be '$strDBGMax'
|
be '$strDBGMax'
|
||||||
* translators.html: Added Ossama Khayat <ossamak at nht.com.kw>
|
* translators.html: Added Ossama Khayat <ossamak at nht.com.kw>
|
||||||
|
|
||||||
2003-02-06 Marc Delisle <lem9@users.sourceforge.net>
|
2003-02-06 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
@@ -65,7 +65,7 @@ $cfg['Servers'][$i]['port'] = ''; // MySQL port - leave blank
|
|||||||
$cfg['Servers'][$i]['socket'] = ''; // Path to the socket - leave blank for default socket
|
$cfg['Servers'][$i]['socket'] = ''; // Path to the socket - leave blank for default socket
|
||||||
$cfg['Servers'][$i]['connect_type'] = 'tcp'; // How to connect to MySQL server ('tcp' or 'socket')
|
$cfg['Servers'][$i]['connect_type'] = 'tcp'; // How to connect to MySQL server ('tcp' or 'socket')
|
||||||
$cfg['Servers'][$i]['compress'] = FALSE; // Use compressed protocol for the MySQL connection
|
$cfg['Servers'][$i]['compress'] = FALSE; // Use compressed protocol for the MySQL connection
|
||||||
// (Both are experimental and require PHP >= 4.3.0)
|
// (requires PHP >= 4.3.0)
|
||||||
$cfg['Servers'][$i]['controluser'] = ''; // MySQL control user settings
|
$cfg['Servers'][$i]['controluser'] = ''; // MySQL control user settings
|
||||||
// (this user must have read-only
|
// (this user must have read-only
|
||||||
$cfg['Servers'][$i]['controlpass'] = ''; // access to the "mysql/user"
|
$cfg['Servers'][$i]['controlpass'] = ''; // access to the "mysql/user"
|
||||||
|
Reference in New Issue
Block a user