Skip to content

Instantly share code, notes, and snippets.

@SnipyJulmy
Created December 1, 2018 14:14
Show Gist options
  • Save SnipyJulmy/f0c4adce2da92acdd1c2fe1630625404 to your computer and use it in GitHub Desktop.
Save SnipyJulmy/f0c4adce2da92acdd1c2fe1630625404 to your computer and use it in GitHub Desktop.
mysql lost connection to server error
thingy_yellow_server | events.js:183
thingy_yellow_server | throw er; // Unhandled 'error' event
thingy_yellow_server | ^
thingy_yellow_server |
thingy_yellow_server | Error: Connection lost: The server closed the connection.
thingy_yellow_server | at Protocol.end (/usr/src/app/node_modules/mysql/lib/protocol/Protocol.js:112:13)
thingy_yellow_server | at Socket.<anonymous> (/usr/src/app/node_modules/mysql/lib/Connection.js:97:28)
thingy_yellow_server | at Socket.<anonymous> (/usr/src/app/node_modules/mysql/lib/Connection.js:502:10)
thingy_yellow_server | at emitNone (events.js:111:20)
thingy_yellow_server | at Socket.emit (events.js:208:7)
thingy_yellow_server | at endReadableNT (_stream_readable.js:1064:12)
thingy_yellow_server | at _combinedTickCallback (internal/process/next_tick.js:139:11)
thingy_yellow_server | at process._tickCallback (internal/process/next_tick.js:181:9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment