-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
  • 411
  • 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
  • 99,783
  • 13
  • 184
  • 147