skip to main
|
skip to sidebar
Yes! That works fine!
Saturday, June 14, 2008
Change PostgreSQL Password
From linux command prompt:
su - postgres
psql -d template1 -U postgres
alter user postgres with password '
postgres_password
';
ctrl+d
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Topics
AIX
Apache2
apt-get
kernel
MySQL
nagios
ping
PostgreSQL
qemu
SSL
Subversion
No comments:
Post a Comment