DEFINITIONS

Definitions More Info.
Definition ID635
TitlePOSTGRESQL
CategoryNOTES
DefinitionKullanici sifre resetleme - User password reset change
Definition Descriptionhttp://www.thegeekstuff.com/2009/04/15-practical-postgresql-database-adminstration-commands/ 1. How to change PostgreSQL root user password ? $ /usr/local/pgsql/bin/psql postgres postgres Password: (oldpassword) # ALTER USER postgres WITH PASSWORD 'tmppassword'; $ /usr/local/pgsql/bin/psql postgres postgres Password: (tmppassword) Changing the password for a normal postgres user is similar as changing the password of the root user. Root user can change the password of any user, and the normal users can only change their passwords as Unix way of doing. # ALTER USER username WITH PASSWORD 'tmppassword';
RecordBycunay
Record Date04-05-2015 11:11:26
Düzenle
Kopyala
Sil