pkgsrc/databases/phppgadmin/MESSAGE

16 lines
700 B
Text

===========================================================================
$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'
===========================================================================