How to reset MySQL connection in Node.js
I’m running a small MySQL database locally on my computer for a personal project. To make entering data easier, I wrote up a bare-bones website interface. Everything works fine, the data gets put in the database, it can update entries, etc. However, the Node web server only sends 6 queries. After 6, it just stops sending anything.