MySQL giving “read ECONNRESET” error after idle time on node.js server
I’m running a Node server connecting to MySQL via the node-mysql module. Connecting to and querying MySQL works great initially without any errors, however, the first query after leaving the Node server idle for a couple hours results in an error. The error is the familiar read ECONNRESET
, coming from the depths of the node-mysql module.