-4

When I run the application, I am getting error getaddrinfo.

I am using mysql for database. So if I run the application,I am getting this error.

Ajaykumar
  • 471
  • 4
  • 4

1 Answers1

1

Somewhere you are trying to connect to a server whose hostname does not resolve to an IP address. Try verifying server hostnames used in your code.

mscdex
  • 104,356
  • 15
  • 192
  • 153