You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MySQL connection validates successfully when saving it, with the "Connection tested successfully" message. If I change the password or user it throws the correct error:
Couldn’t connect with these settings
Access denied for user 'xxxxxx'@'123.123.123.123' (using password: YES)
But when it validates successfully while saving the connection and all data is correct, if I use this connection inside an AI Agent using the "SQL Agent" agent type, it throws an error like the password is wrong. I've tried everything like outputting the password with JS, quoting it, backslashing some characters... Nothing works, and its curious because it really connects when I save the credentials in the connection, is only when the Agent tries to connect that it fails, looks like something is wrong with the agent.
I'm using SSL to connect but this seems to be working fine because if I change something in the certificates it throws an error and it's weird that MySQL can answer me with a readable error if the SSL was not working well, just to let you know.
What is the error message (if any)?
Access denied for user 'xxxxxx'@'123.123.123.123' (using password: YES)
Describe the problem/error/question
MySQL connection validates successfully when saving it, with the "Connection tested successfully" message. If I change the password or user it throws the correct error:
But when it validates successfully while saving the connection and all data is correct, if I use this connection inside an AI Agent using the "SQL Agent" agent type, it throws an error like the password is wrong. I've tried everything like outputting the password with JS, quoting it, backslashing some characters... Nothing works, and its curious because it really connects when I save the credentials in the connection, is only when the Agent tries to connect that it fails, looks like something is wrong with the agent.
I'm using SSL to connect but this seems to be working fine because if I change something in the certificates it throws an error and it's weird that MySQL can answer me with a readable error if the SSL was not working well, just to let you know.
What is the error message (if any)?
Please share your workflow/screenshots/recording
Share the output returned by the last node
Debug info
core
The text was updated successfully, but these errors were encountered: