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. ... 
    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 ... 
    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 ... 
    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 ... 
    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 ... 
    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 ... 
    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 ... 
    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 ... 
  Only top scored, non community-wiki answers of a minimum length are eligible
Related Tags
database-connection × 58mysql × 17
sql-server × 9
postgresql × 7
database × 7
linux × 5
networking × 3
wordpress × 3
sql × 3
mariadb × 3
sql-server-2008-r2 × 3
centos × 2
php × 2
amazon-ec2 × 2
windows-7 × 2
 google-cloud-platform × 2
google-cloud-platform × 2 virtual-machines × 2
configuration × 2
java × 2
migration × 2
oracle × 2
database-administration × 2
db2 × 2
connection-refused × 2
windows × 1
 
  
  
  
  
 