[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Postgresql on FC5T3
- From: "Chidananda Jayakeerti" <ajchida gmail com>
- To: "For testers of Fedora Core development releases" <fedora-test-list redhat com>
- Subject: Re: Postgresql on FC5T3
- Date: Wed, 1 Mar 2006 14:31:46 +0530
Make sure postgres is installed (rpm -q postgresql). If not, install it from the FC5T3 cd's (postgresql -ivh postgresql*)
Make sure postgres is running (ps | ax). If not, start postgresql (/etc/rc.d/init.d/postgresql start).
Set the password for postgres user (created by postgres). Login as postgres. Postgres databases can be accessed using the psql prompt (psql). By default it will login to postgres database, i think.
Hope this helps.
Chida
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]