![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I recently set up a small Mandrake 10 box that I want to use as a DB server.... I tried to log in to postgres through ssh and trough webmin and I'm not sure what the default password is. |
#3
| |||
| |||
|
|
I tried to log in to postgres through ssh and trough webmin and I'm not sure what the default password is. |
#4
| |||
| |||
|
|
Login as yourself, 'su' to root, then 'su' to postgres (there will be no password prompt), then change the password. |
#5
| |||
| |||
|
|
On Thu, 15 Jul 2004 14:31:26 -0400 Frank Bax <fbax (AT) sympatico (DOT) ca> wrote: Login as yourself, 'su' to root, then 'su' to postgres (there will be no password prompt), then change the password. better: use sudo(8). for example: sudo -u postgres psql foobar no need to enter root password. cu JRL -- visit my OpenBSD ports page: http://vgai.de/ports -- If you don't remember something, it never existed... If you aren't remembered, you never existed... ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |
#6
| |||
| |||
|
|
I changed the password of the postgres account and still cannot log in... |
#7
| |||
| |||
|
|
I changed the password of the postgres account and still cannot log in... vipw check to see if postgres user has a shell. If its something like /bin false, change it to something like /bin/bash - or your favorite shell. ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo (AT) postgresql (DOT) org so that your message can get through to the mailing list cleanly |
![]() |
| Thread Tools | |
| Display Modes | |
| |