Minor fix in config.inc.php3 where I forgot a '['

This commit is contained in:
Robin Johnson
2002-04-24 19:02:57 +00:00
parent 04b272c39c
commit 864687ae4e

View File

@@ -44,7 +44,7 @@ $i = 0;
// You can disable a server config entry by setting host to ''.
$i++;
$cfg['Servers'][$i]['host'] = 'localhost'; // MySQL hostname
$cfg['Servers']$i]['port'] = ''; // MySQL port - leave blank for default port
$cfg['Servers'][$i]['port'] = ''; // MySQL port - leave blank for default port
$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]['controluser'] = ''; // MySQL control user settings