Thursday, April 11, 2013

Postgre 9.1 Installation

Use the below command to install the postgre
  
   sudo apt-get install postgresql-9.1  
    
Connect to the DB using PgAdmin III

Reset the password
Connect to the postgre DB in a terminal
 sudo -u postgres psql
    
reset the password

 \password postgres

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.