Path: csiph.com!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Ben Bacarisse Newsgroups: comp.lang.javascript Subject: Re: Is it possible to use MySQL with node.js? Date: Fri, 01 Apr 2016 19:19:27 +0100 Organization: A noiseless patient Spider Lines: 18 Message-ID: <87io01qjio.fsf@bsb.me.uk> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="017616aa25f81ec581c44d76d61ba2f3"; logging-data="1558"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/E9rhFRhFzvjJkMLr71b58ooxftwS2q1U=" Cancel-Lock: sha1:tuqLdSr+wCH+UTxEEOB2X7u68lg= sha1:7AEQ1+P66HKb25O1/G5DUeI96xk= X-BSB-Auth: 1.3da0ddb7d64a3d9f40a1.20160401191927BST.87io01qjio.fsf@bsb.me.uk Xref: csiph.com comp.lang.javascript:30169 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! -- Ben.