Answers for "Uncomment listen_address=localhost"

SQL
0

Uncomment listen_address=localhost

sudo vi /var/lib/pgsql/data/postgresql.conf
#Uncomment listen_address=localhost
sudo systemctl restart postgresql
sudo systemctl status postgresql.service
Posted by: Guest on January-08-2022

Code answers related to "SQL"

Browse Popular Code Answers by Language