I'm in a project where I would like to use Node.js as a backend lenguage, maybe, create a Node.js Web Service to return JSON data, but, this project is using MySQL data base, It's possible to connect Node.js with MySQL?...How?
Asked
Active
Viewed 50 times
-3
-
Possible duplicate of [Can't connect to localhost database from node.js server](http://stackoverflow.com/questions/17493224/cant-connect-to-localhost-database-from-node-js-server) – zloster Feb 22 '16 at 18:02
-
4the easiest way (even easier than asking here) is to google 'nodejs mysql' and get all sorts of libraries and tutorials on that – Nir Levy Feb 22 '16 at 18:05