Set postgres password on PostgreSQL 9.4
Learn how to set password on Potgresql database server.
Learn how to set password on Potgresql database server.
Postgresql is open source object-relational database system and it is also widely use likewise mysql database system. If you are familiar with mysql you must be aware that in single line you can pass the password of mysql user for eg. mysql -u root -p password. But in postgresql it is not like that. Solution:…