Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Timeout expired pgadmin Unable to connect to server

I am following the step by step instructions from this link https://www.postgresqltutorial.com/connect-to-postgresql-database/ here to create a simple server on pgadmin. Please check the picture enter image description here

What am I doing wrong, I installed pgadmin on my macOS but I don't see why I am getting this error. Please help

like image 609
Mystery Man Avatar asked Mar 04 '20 18:03

Mystery Man


2 Answers

What worked for me is before saving go to advanced tab and in connection timeout give 100 or any bigger number and then save.

like image 92
Vishesh Mishra Avatar answered Sep 20 '22 21:09

Vishesh Mishra


  • Go to "Security group rules" (under "Connectivity & security")
  • Click the item "default" Security group
  • Click "Actions" > "Edit inbound rules" > "Add rule"
  • Select... Type: "All traffic", Source: "My IP", then click "Save rules"
like image 39
Akash Bankar Avatar answered Sep 18 '22 21:09

Akash Bankar