I’m currently trying to connect some MySQL nodes for my workflow and I wanted to add some credential for my database.
For a database mariadb 10.4 all good connection is working fine.
But for 10.6 or higher I cant make it work. I always get a connexion timeout.
I saw that the authentification method changed the default to caching_sha2_password where in 10.4 it was mysql_native_password.
Maybe the MySQL driver used is do not handle this, is there a way to update it or a way to get around the problem ?
What is the error message (if any)?
Couldn’t connect with these settings
connect ETIMEDOUT
Information on your n8n setup
n8n version: latest
Running n8n via (Docker, npm, n8n cloud, desktop app): npm
Operating system: ubuntu
Database (default: SQLite): SQLite
n8n EXECUTIONS_PROCESS setting (default: own, main): own, main