Hi Team, After enter the credential in credentila page while testing the connection It throws error as ‘connect ETIMEDOUT’ and once i increased the timeout and test it still shows same error, can you please help me out?
Need more information. Your MySQL is not accessible from n8n server. Is your MySQL server hosted the same server your n8n on?
In our company, n8n is dowloaded from docker in linux server as a self hosted so n8n we can access and devlop any windows server or locally so i am using n8n web url for devlopment in my local server. Here problem is i couldn’t connect SQL server in n8n and always throws error ‘connect ETIMEDOUT’. please suggest any way if you know
The ‘connect ETIMEDOUT’ error in n8n when connecting to a MySQL server indicates that there is a network or a firewall issue which means that the n8n cannot successfully establish a connection to the database server within the allowed timeout period.
Are you sure the ip of n8n server is not blocked on MySQL server? Can you ping the MySQL server from n8n server?
You didn’t answer the main question: Is your MySQL server hosted on the same server as your n8n? It will help the further investigation. If your MySQL server is on another server, check network access to that server, as treloskilo suggested. If you have network access, try checking Mysql port (maybe it’s not default 3306) and credentials. Mysql user must have rights to the selected DB and to remote connections (%).