Describe the problem/error/question
I am trying to save a new MySQL credential to use in a test workflow. The MariaDB version 10.5 database is remotely accessible. On my local Docker n8n everything works as expected after I enter hostname, db name, db user, db password, port and connection timeout. I was even able to use the credential in a simple MySQL node to retrieve some data. But on a the cloud n8n, using the same n8n version and following the same steps, I get the error “connect ETIMEDOUT”.
What is the error message (if any)?
Couldn’t connect with these settings
connect ETIMEDOUT
Please share your workflow
No workflow yet.
Information on your n8n setup
- n8n version: 1.83.2 (Latest Stable)
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): Cloud and Docker
- Operating system: Docker on Windows 11