软讯网络 > 冲浪宝典 > 网络资源 > [phpPgAdmin] 差点忘了怎么配置phpPgAdmin了
【标 题】:[phpPgAdmin] 差点忘了怎么配置phpPgAdmin了
【关键字】:
phpPgAdmin,phpPgAdmin
【来 源】:http://www.cublog.cn/u/24037/showart.php?id=174948
[phpPgAdmin] 差点忘了怎么配置phpPgAdmin了
在网上找了找才再次想起来
修改phpPgAdmin里面的conf目录中的config.inc.php文件
(Windows平台下面)
// Specify the path to the database dump utilities for this server.
// You can set these to '' if no dumper is available.
$conf['servers'][0]['pg_dump_path'] = 'D:\\DBSystem\\pgsql81\\bin\\pg_dump.exe';
$conf['servers'][0]['pg_dumpall_path'] = 'D:\\DBSystem\\pgsql81\\bin\\pg_dumpall.exe';
// Slony (
www.slony.info) support?
$conf['servers'][0]['slony_support'] = false;
// Specify the path to the Slony SQL scripts (where slony1_base.sql is located, etc.)
// No trailing slash.
$conf['servers'][0]['slony_sql'] = 'D:\\DBSystem\\pgsql81\\share';
修改就好了
嗯,留一个免得自己将来忘掉