Skip to main content
3 votes
Accepted

Why does Postgres tell me "no pg_hba.conf entry for host..." when I have already modified this file?

Per documentation, the meaning of samerole in the database column is: The value samerole specifies that the requested user must be a member of the role with the same name as the requested database. ...
Daniel Vérité's user avatar
2 votes

Why does Postgres tell me "no pg_hba.conf entry for host..." when I have already modified this file?

A potential solution: if I change the line added to pg_hba.conf to: host all all 0.0.0.0/0 md5 Then everything works as expected. But this amendment may cause unacceptable security issues that I ...
Tom Hosker's user avatar
1 vote

Error establishing a database connection in Google Cloud Platform Wordpress site

I replaced your domain name and platform id because this is a public forum and it's required to avoid sharing private information about your project. Please next time keep in mind that. I am part of ...
Pit's user avatar
  • 184
1 vote

How to simulate connection timeouts - on Windows 2016 - Windows firewall?

To force a timeout, you simply need to drop/discard the packet without informing the sending process via a RST flag. However, from what I know, Windows firewall does not support dropping a packet ...
shodanshok's user avatar
  • 52.5k
1 vote
Accepted

Secure remote access to SQL Server in a multi-tenant environment using TLS tunnels

in the same way Azure database connections are established Essentially Azure (assuming you mean Azure SQL, and not SQL Server installed in an Azure VM or other options) opens the virtual SQL server's ...
David Spillett's user avatar
1 vote
Accepted

Problems while establishing a remote connection to MySQL using DataGrip

Is MySQL listening on the public IP of your remote server? Is the 3306 port on the public IP of the remote server reachable from outside? Most likely no, and that's good. What you need to do is ...
Luca Gibelli's user avatar
  • 2,821
1 vote
Accepted

SQL Developer - The Network Adapter could not establish the connection

The error The Network Adapter could not establish the connection means probably that you don't have connectivity to that TCP port. Verify with: telnet 1.2.3.4 1521 If the screen waits for your ...
kubanczyk's user avatar
  • 14.3k
1 vote

RDS 2012R2: RD Connection Broker HA - cannot connect to SQL

Great Article, Worked for me as well. Changing the driver worked for me.. install ODBC driver on the RD connection broker - https://www.microsoft.com/en-us/download/details.aspx?id=50420 use this ...
Chandan Chaudhary's user avatar

Only top scored, non community-wiki answers of a minimum length are eligible