Город МОСКОВСКИЙ
00:03:52

What is the Default Password for PostgreSQL?

Аватар
Чисто как никогда
Просмотры:
90
Дата загрузки:
18.11.2023 18:13
Длительность:
00:03:52
Категория:
Технологии и интернет

Описание

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

Рекомендуемые видео