1

Какой самый простой способ изменить пароль root для PostgreSql phpPgAdmin ?

1 ответ1

3
# sudo su - postgres
# psql -d template1
template1=# ALTER USER postgres WITH PASSWORD 'new password';
# service postgresql restart

Всё ещё ищете ответ? Посмотрите другие вопросы с метками .