Occurs when Node.js cannot establish a TCP connection to MySQL server because the server is not running, not listening on the specified port, or blocked by firewall.
Fixes ECONNREFUSED
# Error: connect ECONNREFUSED 127.0.0.1:3306Error: connect ECONNREFUSED 127.0.0.1:3306
Placeholder meaning for ECONNREFUSED: Connection refused to MySQL. This error needs detailed documentation.
Placeholder fix instructions
Placeholder advanced notes.