billfeller.github.io icon indicating copy to clipboard operation
billfeller.github.io copied to clipboard

npm-mysql Error: Connection lost: The server closed the connection.

Open billfeller opened this issue 7 years ago • 0 comments

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:

  1. https://github.com/mysqljs/mysql/issues/897
  2. https://github.com/mysqljs/mysql/issues/832

billfeller avatar May 21 '17 01:05 billfeller