Advertisement
Guest User

Untitled

a guest
Apr 26th, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. sudo -i
  2.  
  3. zypper install postgresql-server
  4.  
  5. rcpostgresql start
  6.  
  7. su postgres -c psql postgres
  8.  
  9. ALTER USER postgres WITH PASSWORD 'postgres';
  10.  
  11. rcpostgresql restart
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement