blob: f1d18fef9a4e504e32277d1240685052685248e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
===========================================================================
$NetBSD: MESSAGE,v 1.4 2003/05/06 17:40:46 jmmv Exp $
Copy required files from ${PREFIX}/share/phppgadmin to your web
space. Do not edit "config.inc.php-dist", copy it to "config.inc.php" and
configure it for your needs. Remember that PHP should be configured to
have "magic_quotes=on".
You may want to set the following variables in config.inc.php:
$cfgDefaultDB = "mydb";
$cfgSuperUser = "pgsql";
$cfgServers[1]['host'] = 'localhost';
$cfgServers[1]['user'] = 'pgsql'
===========================================================================
|