billfeller.github.io
billfeller.github.io copied to clipboard
npm-mysql Error: Connection lost: The server closed the connection.
Error: Connection lost: The server closed the connection.
Solution:
Your server closed the connection on you for whatever reason. It may be because you kept the connection open too long. Please make sure you are using our pool (https://github.com/felixge/node-mysql#pooling-connections) and not keeping a single long-lived connection open for all your requests.
issues:
- https://github.com/mysqljs/mysql/issues/897
- https://github.com/mysqljs/mysql/issues/832