|
|
in /etc/make.conf
[php]USE="X gtk gnome tcltk ssl postgresql unixODBC php apache apache2"
CFLAGS="-O3 -march=i686 -funroll-loops -pipe"[/php]
about my postgresql
in /etc/conf.d/postgresql
[php]GOPTS="-i -N 1024 -B 2048"[/php]
and in postgresql.conf,I set
[php]tcpip_socket = true
port = 5432[/php]
in pg_hba.conf,I added
[php]host all postgres 192.168.1.49 255.255.255.0 md5[/php]
and I have changed postgres' passwd by
[php]ALTER USER postgres PASSWORD '123456';[/php]
I have done all of above,but the phppgadmin can't login yet.
Login disallowed
I missed sth?
the phppgadmin version is 3.2.1
:help |
|