[plug] phpMyAdmin
Jon Miller
jlmiller at mmtnetworks.com.au
Sun Dec 1 10:08:32 WST 2002
[root at gateway /root]# head -16 /var/www/html/phpMyAdmin/config.inc.php3
| tail -11
* All directives are explained in Documentation.html
*/
// The $cfgServers array starts with $cfgServers[1]. Do not use
$cfgServers[0].// You can disable a server config entry by setting host
to ''.
$cfg['PmaAbsoluteUri']http://gateway.domain.com.au/phpMyAdmin/
$cfgServers[1]['host'] = 'localhost'; // MySQL hostname
$cfgServers[1]['port'] = ''; // MySQL port - leave
blank for default port
$cfgServers[1]['adv_auth'] = false; // Use advanced
authentication?
$cfgServers[1]['stduser'] = 'root'; // MySQL standard user
(only needed with advanced auth)
$cfgServers[1]['stdpass'] = ''; // MySQL standard
password (only needed with advanced auth)
hope this helps
On Sun, 2002-12-01 at 02:02, Davyd 'proXy' Madeley wrote:
> On Sun, 2002-12-01 at 01:09, Jon Miller wrote:
> > Having some problems installing phpMyAdmin. When we open a browser for
> > the site we get the following messages:
> > Parse error: parse error in /var/www/html/phpMyAdmin/config.inc.php3 on
> > line 11
>
> lets see the file?
>
> head -16 /var/www/html/phpMyAdmin/config.inc.php3 | tail -11
>
>
> --
> http://davyd.ucc.asn.au/
> linux.conf.au Perth 2003 <http://www.linux.conf.au>
>
> PGP Fingerprint <http://davyd.ucc.asn.au/pgp>
> 08B0 341A 0B9B 08BB 2118 C060 2EDD BB4F 5191 6CDA
More information about the plug
mailing list