Hi,
Running node-red on a EC2 in AWS with a RDS database. I can not get the "node-red-node-mysql" to connect to the DB, I deploy the same flow via my PC at home an it connects. Also connect via Workbench the the DB and it works fine.
I have add to setting. js - "mysqlReconnectTime: 30000"
Still I can not get it to connect.
I have double checked the user name and password.
Down grade to "node-red-node-mysql" to node-red-node-mysql@0.1.7 and node-red-node-mysql@0.0.6, no luck.
ANY IDEAS?