Question
Can't connect to MySQL using Node.JS
First of all, I never use Linux and Digital Ocean
I already created a droplet of MySQL and change my password after login for the first time
and try to connect using Node.JS
but an error occured
[Error : connect ECONNREFUSED]
code : 'ECONNREFUSED'
errno : 'ECONNREFUSED',
syscall : 'connect',
fatal : true
Thank you very much
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×