<pre>Install PostgreSQL$ sudo apt-get install postgresql-8.4Reset the password of the postgres user$ sudo su postgres -c psqlpostgres=# ALTER USER postgres with PASSWORD 'password';postgres=# \q$ sudo passwd postgres
Comments
Post a Comment