So,I\'m fairly new to the whole backend world, and I\'m now coding with node.js. I have a project that I have to store a users with a few fields. But I don\'t know how to connec
There are a number of ways to interface with MySQL from NodeJS, you just use a framework or driver that supports it.
One popular example is SequelizeJS which supports several different databases, MySQL included.