Hello,
My YML file, but facing issue [build] SQLSTATE[HY000] [2002] Connection timed out :
Please explain why this happend.
Hi @Dev1. Welcome to the community.
"Connection timed out" means that the build runner tried to connect to a system (like a database) and didn't get a response. This is different from "Connection refused," which indicates the remote system actively rejecting the connection, usually because the service isn't running.
In my experience, your error is a network connectivity issue, often caused by a firewall or ACL between the runner and the database, or sometimes a misconfigured route between subnets.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.