Search
 
SCRIPT & CODE EXAMPLE
 

SQL

postgresql allow remote connection

Edit postgresql.conf file:
...
listen_addresses = '*'

Edit pg_hba.conf file:
...
host all all 0.0.0.0/0 md5
Comment

postgresql allow remote connections


listen_addresses = '*'

Comment

postgresql allow remote connections


host    all             all              0.0.0.0/0                       md5
host    all             all              ::/0                            md5

Comment

postgresql allow remote connections


listen_addresses = 'localhost'

Comment

PREVIOUS NEXT
Code Example
Sql :: Data type and their numeric form 
Sql :: select lowest values sql 
Sql :: connecting fastapi to mysql server 
Sql :: bigquery routine 
Sql :: where sqlalchemy 
Sql :: import DB through mysql console 
Sql :: smalldatetime in sql 
Sql :: SQL Working With Dates 
Sql :: guid string to binary better 
Sql :: Work around for mutating problem in Oracle Triggers. Please check it out. 
Csharp :: oncollisionenter is declared but never used 
Csharp :: how to make mouse invisible unity 
Csharp :: split on uppercase c# 
Csharp :: c# how to run external program 
Csharp :: how to check the tag of a collider in unity 
Csharp :: check if gameobject is active 
Csharp :: C# get pc language 
Csharp :: c# main file 
Csharp :: get self component in unity 
Csharp :: split with multiple delimiters c# 
Csharp :: Program for factorial of a number in c# 
Csharp :: unity check if key pressed 
Csharp :: wpf close application 
Csharp :: init dictionary c# 
Csharp :: c# unzip files 
Csharp :: remove all non number in c# 
Csharp :: how to destroy in unity 
Csharp :: open new window c# wpf 
Csharp :: substring c# after character 
Csharp :: c# get current milliseconds 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =