Hi my client using PHP 5.6 in his website. I am trying to connect the digitalocean MySQL managed database. I am receiving error “Could not connect: Connection timed out”
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello, @energyfoods
You can double check the database credentials. Inspect if there are any typos or blank-spaces in the password characters.
Also as mentioned PHP 5.6 is outdated, so you can look into uplifting the version to keep things updated.
Regards
Heya,
The PHP version shouldn’t be related to the error you are getting. Have you allowed the IP address on your Managed Database in order connect to it?