Can't connect to MySQL server on "mysql.hostinger.in" (111 "Connection failed")

I have this site where everything works fine, but sometimes the following error is generated randomly when navigating through it:

Warning: mysqli_connect(): (HY000/2003): Can't connect to MySQL server on
'mysql.hostprovidername.com' (111 "Connection refused")
in /home/somepath/public_html/pagename.php on line 2

      

I do not understand what the problem is. I also spoke with my hosting providers and they ask for a specific url where they can see this error, but the error is generated randomly at any time and on any page.

How can I give them any specific URL?

+3


source to share


1 answer


Ask your hosting provider about their reliability. Chances are, when you are unable to connect, the server may actually be down.



0


source







All Articles