StackPuz Forum

Error: connect ECONNREFUSED ::1:3306

Build and Run Express

Error: connect ECONNREFUSED ::1:3306 in express api console.

On Tue, 12 Nov 2024 11:27:59 by Roberto
Comment 1

This is Node.js issue.
https://github.com/nodejs/node/issues/40702
Kindly update your database connection from 'localhost' to '127.0.0.1'.

On Tue, 12 Nov 2024 13:16:49 by Admin

*To create the code section, use <code>your code</code> and to create the link, use <a>your link url</a>