Unable to connect to MySQL

Hello. Im working on a flow to pull data from phpMyadmin but recently after trying to use electron node red to package my file into an exe, mysql node refuses to connect and keeps giving me this error. I have looked through many forums and im still unable to find a answer. Sorry for any inconvenience because i am new.

[error] [MySQLdatabase:f1e0508e.13503] Error: ER_ACCESS_DENIED_ERROR: Access denied for user 'root'@'localhost' (using password: YES)```

Welcome to the forum @Gabriel1

Is mysql running on the same computer as node red?
Can you connect to mysql using the same user and password with a different mysql client application, such as the mysql command line?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.