Run the uniserver.js for some time, query it, and then the following error occurs:
Error: read ECONNRESET
at _errnoException (util.js:992:11)
at TCP.onread (net.js:618:25)
--------------------
at Protocol._enqueue (/ServerApplications/uni-park/up_server/node_modules/mysql/lib/protocol/Protocol.js:144:48)
at Connection.query (/ServerApplications/uni-park/up_server/node_modules/mysql/lib/Connection.js:200:25)
at Strategy._verify (/ServerApplications/uni-park/up_server/uniserver.js:41:16)
at Strategy.authenticate (/ServerApplications/uni-park/up_server/node_modules/passport-local/lib/strategy.js:90:12)
at attempt (/ServerApplications/uni-park/up_server/node_modules/passport/lib/middleware/authenticate.js:361:16)
at authenticate (/ServerApplications/uni-park/up_server/node_modules/passport/lib/middleware/authenticate.js:362:7)
at /ServerApplications/uni-park/up_server/uniserver.js:135:5
at Layer.handle [as handle_request] (/ServerApplications/uni-park/up_server/node_modules/express/lib/router/layer.js:95:5)
at next (/ServerApplications/uni-park/up_server/node_modules/express/lib/router/route.js:137:13)
at Route.dispatch (/ServerApplications/uni-park/up_server/node_modules/express/lib/router/route.js:112:3)
Run the uniserver.js for some time, query it, and then the following error occurs:
Error: read ECONNRESET