Hi,
i connect with mysql but no sign to know what is wrong or correct?
I want to test this connection before add node.
Please see images and help
thank you
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:
Thank you for your help.
I use n8n cloud - Pro
MySQL info:
- Server: Localhost via UNIX socket
- Server type: MariaDB
- Server connection: SSL is not being used
- Server version: 10.6.19-MariaDB-cll-lve-log - MariaDB Server
Please help. Thank you
@n8n
Hey @ti_saigon,
Welcome to the community
It looks like the credential test is broken at the moment for that node, The best thing to do would be to use an exectue query option and run something like select @@version
and that will tell you if it can connect.
I have created NODE-2203
as the internal dev ticket to get this fixed.
2 Likes
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.