# yum install phpPgAdmin
インストール後、
# vi /etc/phpPgAdmin/config.inc.php
$conf[‘extra_login_security’] = true; (root,postgres等の特別なユーザのログインを拒否する)
$conf[‘owned_only’] = true; (所有者のみのデータベース表示)
続きはまた。
# yum install phpPgAdmin
インストール後、
# vi /etc/phpPgAdmin/config.inc.php
$conf[‘extra_login_security’] = true; (root,postgres等の特別なユーザのログインを拒否する)
$conf[‘owned_only’] = true; (所有者のみのデータベース表示)
続きはまた。
このページを共有する