What is the Default Password for PostgreSQL?

6 Views
Published
In this video, we will explore how to locate the default password for PostgreSQL. The first question many ask after installing PostgreSQL is, "What is the default password???"

The easy answer is easy… There isn’t a default password! Find out how to get into the database quickly by watching our video or visiting https://www.liquidweb.com/kb/what-is-the-default-password-for-postgresql/ for more info!

Commands Used:
cat /etc/passwd.
cat /var/lib/pgsql/data/pg_hba.conf
ls /var/lib/pgsql
find /var/lib/pgsql sequel -type f -iname pg_hba.conf
su - postgres
psql
Category
Liquid Web
Tags
liquidweb, datacenter, web
Be the first to comment