Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.javascript > #30168 > unrolled thread

Is it possible to use MySQL with node.js?

Started bybit-naughty@hotmail.com
First post2016-04-01 11:00 -0700
Last post2016-04-01 19:19 +0100
Articles 2 — 2 participants

Back to article view | Back to comp.lang.javascript


Contents

  Is it possible to use MySQL with node.js? bit-naughty@hotmail.com - 2016-04-01 11:00 -0700
    Re: Is it possible to use MySQL with node.js? Ben Bacarisse <ben.usenet@bsb.me.uk> - 2016-04-01 19:19 +0100

#30168 — Is it possible to use MySQL with node.js?

Frombit-naughty@hotmail.com
Date2016-04-01 11:00 -0700
SubjectIs it possible to use MySQL with node.js?
Message-ID<edcefb91-596f-4683-8574-e65042909fce@googlegroups.com>
Is it possible to do this? Do I need some special version of node.js? And, does it need a specific version of MySQL/MariaDB? How do I get info on how to do the programming?
Will the whole thing just *work*, out of the box, on say CentOS? So that I can get to coding without further delay? Or do I have to do lots of configurations and set this and that up and so on?


Thanks.

[toc] | [next] | [standalone]


#30169

FromBen Bacarisse <ben.usenet@bsb.me.uk>
Date2016-04-01 19:19 +0100
Message-ID<87io01qjio.fsf@bsb.me.uk>
In reply to#30168
bit-naughty@hotmail.com writes:

> Is it possible to do this? Do I need some special version of node.js?

I suspect (not yet tried) that you just need to install the right
package.  On my system (Ubuntu) there is a node-mysql package.  The same
will be available via npm too.

> And, does it need a specific version of MySQL/MariaDB? How do I get
> info on how to do the programming?

https://www.npmjs.com/package/node-mysql

I think you could have found this out for yourself!

<snip>
-- 
Ben.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.javascript


csiph-web