On 29-Feb-08, at 7:43 PM, Rajiv Gore wrote:

Where can I find password for PostgrSQL?

you do not need a password for postgres. As root do:

/etc/init.d/postgresql stop
this will stop postgres if it is running or it will say it is not running. Then do
/etc/init.d/postgresql start
this will start postgres
then do
su postgres
createdb somedb
psql -d somedb

post the result of all this

--

regards
kg
http://lawgon.livejournal.com
http://nrcfosshelpline.in/web/
Foss Conference for the common man: http://registration.fossconf.in/web/



--
______________________________________________________________________
Pune GNU/Linux Users Group Mailing List:      ([email protected])
List Information:  http://plug.org.in/cgi-bin/mailman/listinfo/plug-mail
Send 'help' to [EMAIL PROTECTED] for mailing instructions.

Reply via email to