Hi, I run a PHP script off of my computer to update a mySQL database on my website wbc.x10.mx
This script has been working correctly until today, without modification. As of today I receive this error:
Warning: mysqli::mysqli(): (HY000/2002): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. in C:\xampp\htdocs\IBF Bot\analysis.php on line 303
The script, as mentioned, runs off of XAMPP on my computer, which is set to use ports 80 and 443 (I am aware of the blocking of non-standard ports). My IP is whitelisted in the mySQL remote access.
The website itself, including database functions, operates correctly.
I have checked firewall settings on my end and do not believe them to be an issue.
If anyone can indicate a possible solution that would be appreciated.
This script has been working correctly until today, without modification. As of today I receive this error:
Warning: mysqli::mysqli(): (HY000/2002): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. in C:\xampp\htdocs\IBF Bot\analysis.php on line 303
The script, as mentioned, runs off of XAMPP on my computer, which is set to use ports 80 and 443 (I am aware of the blocking of non-standard ports). My IP is whitelisted in the mySQL remote access.
The website itself, including database functions, operates correctly.
I have checked firewall settings on my end and do not believe them to be an issue.
If anyone can indicate a possible solution that would be appreciated.