I want to connect MySQL database via a SSH Tunnel. Instead of getting an error code with a hint which part is filled wrong, it stays for 5 minutes on testing.
It looks like your topic is missing some important information. Could you provide the following if applicable.
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
- n8n version: 1.63.4
- Database (default): mysql
- n8n EXECUTIONS_PROCESS setting (default): Not sure, but i think ‘own’, is that the standard?
- Running n8n via: n8n cloud
- Operating system: Chrome websrowser on windows laptop
Update: in the meantime I managed to create the connection with the correct credentials. Still curious why the feedback error messages aren’t showing.
Welcome to the community @Hoving !
Tip for sharing information
Pasting your n8n workflow
Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </>
(preformatted text) in the editor and pasting in your workflow.
```
<your workflow>
```
That implies to any JSON output you would like to share with us.
Make sure that you have removed any sensitive information from your workflow and include dummy or pinned data with it!
I believe n8n waits for a response but never receives it.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.